.b-sms__iphone .b-sms__video {
    position: absolute;
    top: 232px;
    left: 31px;
    width: 232px;
    max-width: none;
    height: 232px;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .b-sms__iphone .b-sms__video {
        top: 42%;
        left: 11%;
        width: 80%;
        max-width: 80%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}
