@media (max-width: 992px) {
    iframe {
        width: 105%;
    }

    .title::before,
    .title::after {
        top: 25%;
    }
}