/*first section*/

.first_section {
    position: relative
}
.vid_cont1{
    position: absolute;
    margin-top: -44%;
    margin-left: 25.6%;
    width: 51.8%;
    height: 47.1%;
}

.vid_cont1 iframe {
    width: 100%;
    height: 100%;
}


/*5th section*/

.fifth_section {
    position: relative
}

.vid_cont2 {
    position: absolute;
    width: 54%;
    margin-left: 43.2%;
    margin-top: -44%;
    height: 49%
}

.vid_cont2 iframe {
    height: 100%;
    width: 100%
}

.FAQ {
    margin-top: -4%;
}


/*footer styling*/

.footer_cont1 img {
    width: 60%;
    margin-left: 20%;
}


/*button 1st*/

.second_section img {
/*    margin-left: 30%*/
}
.footer_cont2 img{
    width : 100%
}

embed{
    width: 100%;
}
.image-desktop{
    display: block;
}
.image-mobile{
    display: none;
}
.plyr__video-embed{
    width: 100%;
    height: 100%;
}
.plyr__video-embed img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.plyr__video-embed iframe{
    width: 100%;
    height: 100%;
}
@media(max-width: 767px) {
    .image-desktop{
        display: none;
    }
    .image-mobile{
        display: block;
    }
    .vid_cont1{
        position: absolute;
        margin-top: -52%;
        margin-left: 4.6%;
        width: 92%;
        height: 44%;
    }
    .vid_cont2 {
        position: absolute;
        width: 85%;
        margin-left: 6.8%;
        margin-top: -68%;
        height: 23%;
    }
    .second_section{
        position: relative;
    }
    .second_section div.image-mobile{
        position: absolute;
        top: 13px;
        width: 50%;
        left: 27%;
    }
    .second_section div.image-mobile img{
        width: 100%;
        height: 100%;
    }
}