footer{
    display: none;
}
.wrapper{
    background: url("/frontend/images/landing/2/bg.jpg") no-repeat top center;
    background-size: cover;
    height: 100vh;
    cursor: pointer;
}

main video
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ldmb{
    display: none!important;
}
/*.img-logo_es{*/
    /*position: absolute;*/
    /*top: 20px;*/
    /*left: 20px;*/
    /*z-index: 1;*/
    /*width: 60px;*/
/*}*/
/*.img-icon_fb{*/
    /*position: absolute;*/
    /*top: 20px;*/
    /*right: 20px;*/
    /*z-index: 1;*/
    /*width: 60px;*/
/*}*/
.social{
    display: inline-block;
    height: 60px;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.img-logo_es{
    max-width: 58px;
    border-radius: 10px;
    margin-right: 10px;
}
.nam-mb,.slogan2-mb{
    display: none!important;
}
@-webkit-keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}


@media only screen and (max-width: 1024px) {
    .ldmb{
        display: block!important;
    }
    .wrapper{
        background: url("/frontend/images/landing/2/bg2.jpg") no-repeat top center;
        background-size: cover;
        height: 100vh;
    }
    video{
        display: none;
    }
    .btnplaynow-img{
        -webkit-animation: zoominoutsinglefeatured 0.5s infinite;
        animation: zoominoutsinglefeatured 0.5s infinite;
    }
    .nam,.slogan2{
        display: none!important;
    }
    .nam-mb,.slogan2-mb{
        display: block!important;
    }
    .img-logo{
        top: 0;
        left: 0;
        max-width: 35%;
        transform: translateX(0);
    }
    .nam-mb{
        position: absolute;
        bottom: 0;
        height: 90%;
        right: 0;
    }
    .slogan2-mb{
        position: absolute;
        top: 55%;
        left: 0;
        width: 50%;
        transform: translateY(-50%);
    }
    .btnplaynow{
        width: 394px;
        height: auto;
        max-width: 50%;
        top: 82%;
        left: 50%;
        transform: translate(-50%,-40%);
        position: absolute;
    }
}