.full-video-layer {
    position: initial;
}

@media (max-width: 1200px){
    .container {
        position: initial;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
    h3{
        font-size: 25px;
    }
    .center-video-caption{
        text-align: center;
        padding: 0;
        transform: translate(-50%,-50%);
    }

}

@media (max-width: 768px) {
    h1 {
        font-size: 35px;
    }
    h3{
        font-size: 30px;
    }

    .center-video-caption{
        top: 50%;
        left: 50%
    }

    .top-header {
        display: block;
        position: relative;
        color: black!important;
    }
    ul.top-contact li a{
        color: black;
    }
    .social-list li a {
        color: black;
    }
    .main-nav{
        position: relative;
        top: 70px;
    }
    .navigation-fixed-placeholder {
        height: 0!important;
    }
    
}

@media (max-width: 425px) {
    h1 {
        font-size: 25px;
    }
    h3{
        font-size: 20px;
    }
    .center-video-caption{
        padding: 48px;
    }
}

@media (max-width: 375px) {
    .center-video-caption{
        padding: 18px;
    }
}