
.grecaptcha-badge {
    opacity: 0;
}

.seo_title {
    position: absolute;
    clip: rect(0,0,0,0);
    margin: -1px;
    padding: 0;
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact .row {
    margin-bottom: 40px;
}

.contact__video-wrapper {
    display: flex;
    /* max-width: 893px; */
    max-width: 100%;
    width: 100%;
    min-height: 500px;
}

.contact__video {
    width: 100%;
    height: 100%;
}

.section {
    margin-bottom: 120px;
}



@media (max-width: 767px) {
    .contact__video-wrapper {
        min-height: 240px;
    }
    
    .section {
        margin-bottom: 80px;
    }
}

@media (max-width: 451px) {
    .contact__video-wrapper {
        min-height: 100px;
    }
}