.in-iframe .footer1{
    display: none !important;
}

.in-iframe .menu{
    display: none !important;
}

.mobile-footer{
    display:none;
    position:fixed;
    bottom:0;
    background:white;
    width:100%;
    z-index:999;
    padding: 5px 0px 5px 0px;
}

.mobile-footer ul{
    text-align:center;
}

.mobile-footer ul li img{
    width:20px;
    display:block;
    margin:0 auto;
    filter: invert(41%) sepia(98%) saturate(3143%) hue-rotate(207deg) brightness(99%) contrast(98%);
}

.mobile-footer li{
    width:20%;
    float:left;
}

.mobile-footer ul li span{
    color:#3279fa;
    font-size:12px;
    padding:0 !important;
}
.mobile-footer ul li a{
    padding:0 !important;
}

@media (max-width:600px)  {
    .mobile-footer{
        display:block;
    }
    .footer1{
        display: none !important;
    }
    body{
        padding-bottom: 50px !important;
    }
    .video-container {
        position: relative;
        top: 0px;
        bottom: 0;
        left:0;

        overflow: hidden;
        padding: 0px;
      }
   /*   .video-container video {
        !* Make video to at least 100% wide and tall *!
        max-width: 100%;
        min-height: 100%;

        !* Setting width & height to auto prevents the browser from stretching or squishing the video *!
        width: auto;
        height: auto;

        !* Center the video *!
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
      }*/


}
