@import "yd-reset.less";
@media (max-width:767px) {
    .header {
        .navbar {
            .nav {
                margin: 0;
            }
        }
    }
    .mainContainer {
        position: relative;
        width: 100%;
        height: auto !important;
    }
    .homePage {
        .block {
            padding-left: 15px;
            .image {
                .caption {
                    .caption-name {
                        li {
                            &:last-child {
                                font-size: 75%;
                                img {
                                    width: 50px;
                                }
                            }
                            h3 {
                                font-size: 80%;
                            }
                        }
                    }
                }
            }
        }
    }
    .aboutPage {
        .firstSec {
            .col-sm-3 {
                text-align: center;
                padding: 30px;
                .mobile_img {
                    width: 50%;
                }
            }
            .yd-about {
                .yoodlee {
                    font-size: 140%;
                }
                .about-heading,
                .about-heading2 {
                    font-size: 85%;
                    margin-top: 0;
                    padding-bottom: 3%;
                }
                .body_text {
                    font-size: 85%;
                    padding-bottom: 2px;
                }
            }
        }
        .videoSection {
            .yd-mainVideo {
                height: 300px;
                .video-container {
                    height: 300px;
                }
            }
        }
        .videoSliderSection {
            .swiper-slide {
                height: auto;
            }
            .yd-playIco {
                img {
                    width: 25px;
                }
            }
        }
    }
    .hamidPage {
        .no-padding {
            padding: 0;
        }
        .section {
            .content {
                .heading {
                    .heading_text {
                        font-size: 28px;
                    }
                }
            }
        }
        .intro {
            background-position-x: 15%;
            .hamid_typo {
                padding-top: 50%;
                img {
                    width: 90%;
                }
            }
        }
        .synopsis {
            background-position-x: 82%;
            .content {
                width: 65%;
                margin-left: 0;
                text-align: left;
                padding: 1%;
                height: 100vh;
                .heading {
                    text-align: left;
                }
                p {
                    font-size: 13px;
                    line-height: 1.4;
                }
            }
        }
        .cast {
            .cast-block {
                .cast_case {
                    h2 {
                        font-size: @commonFontSize;
                    }
                }
                .sumit,
                .vikas {
                    img {
                        width: 200% !important;
                        margin-left: -50% !important;
                    }
                    h2 {
                        left: 18%;
                        bottom: 8%;
                    }
                }
                .talha {
                    img {
                        width: 180% !important;
                        margin-top: 29% !important;
                        margin-left: -51% !important;
                    }
                    h2 {
                        left: 8%;
                    }
                }
                .rasika {
                    img {
                        width: 135% !important;
                        margin-left: -35% !important;
                        margin-top: 29% !important;
                    }
                    h2 {
                        left: 8% !important;
                        bottom: 20% !important;
                    }
                }
            }
        }
        .bio {
            background-position-x: 60%;
            .content {
                width: 60%;
                margin-left: 0;
                text-align: left;
                padding: 35% 1% 1% 1%;
                .heading {
                    text-align: left;
                }
                p {
                    font-size: 13px;
                    line-height: 1.4;
                }
            }
        }
    }
    .footer_buttons .remindMeCntBtn .rmndMeCol {
        width: 40%;
    }
    .chamanPage .floatRmndMe .tooltipInfo {
        width: 300px;
        top: -65px;
    }
    #remindMePopup .modal-dialog,
    #movieUnavailablePopup .modal-dialog {
        width: 100%;
        font-family: 'oswald';
    }
}

@media (max-width:530px) {
    .habaddiPage {
        .bio {
            .bio_pic {
                position: absolute;
                bottom: 0;
                width: 30%;
            }
            .bio_text {
                top: 10%;
                position: absolute;
                right: 0%;
                width: 70%;
                padding: 3px;
                .heading {
                    font-size: 20px;
                    margin: 0;
                    span {
                        font-size: 10px;
                    }
                }
                p {
                    font-size: 11px;
                    text-align: justify;
                }
            }
        }
        .video {
            .video_bg {
                background: #fff url('../images/habaddi/habaddi_bg_mobile.jpg') no-repeat;
                background-size: cover;
                padding: 0;
                background-position-x: -95px;
                .yd-videoThumbs {
                    .yd-videoSwiper_habaddi {
                        .scrollContBox {
                            padding: 0;
                            .hContainer {
                                padding: 5px;
                            }
                        }
                    }
                    .synopsis {
                        padding: 1% 3%;
                        text-align: center;
                        z-index: 99;
                        p {
                            font-size: 12px;
                        }
                        h3 {
                            font-size: 16px;
                        }
                    }
                    .players {
                        padding: 40% 2% 100%;
                        position: relative;
                        .kabaddi_players {
                            position: absolute;
                            top: 0%;
                            left: 0;
                            right: 0;
                            margin: 0 auto;
                            width: 90%;
                        }
                        .player_shadow {
                            position: absolute;
                            left: 5%;
                            margin-top: 0px;
                            width: 100%;
                            top: 23%;
                        }
                        .smoke {
                            display: none;
                        }
                        .hero {
                            position: absolute;
                            bottom: 22%;
                            width: 50%;
                        }
                        .hero_shadow {
                            position: absolute;
                            bottom: 11%;
                            width: 60%;
                            left: 32%;
                        }
                    }
                }
                .cast_list {
                    margin-bottom: 0px;
                    li {
                        padding: 0;
                        text-align: center;
                        width: 24%;
                        display: inline-block;
                        position: relative;
                        p.cast_name {
                            font-size: 12px;
                            width: 55px;
                            margin: 0 auto 10px;
                        }
                    }
                }
            }
        }
    }
    .yoodlee-footer {
        p {
            font-size: 10px;
        }
    }
}

@media (min-width:529px) and (max-width:900px) {
    .habaddiPage {
        .bio {
            .bio_pic {
                position: absolute;
                bottom: 0;
                width: 30%;
            }
            .bio_text {
                top: 20%;
                position: absolute;
                right: 0%;
                width: 70%;
                padding: 3px;
                .heading {
                    font-size: 30px;
                    margin: 0;
                    span {
                        font-size: 15px;
                    }
                }
                p {
                    font-size: 18px;
                }
            }
        }
        .video {
            .video_bg {
                background: #fff url('../images/habaddi/habaddi_bg_mobile.jpg') no-repeat;
                background-size: cover;
                padding: 0;
                background-position-x: -95px;
                .yd-videoThumbs {
                    .yd-videoSwiper_habaddi {
                        .scrollContBox {
                            padding: 0;
                            .hContainer {
                                padding: 5px;
                            }
                        }
                    }
                    .synopsis {
                        padding: 7% 3% 4%;
                        text-align: center;
                        z-index: 99;
                        p {
                            font-size: 18px;
                        }
                        h3 {
                            font-size: 22px;
                        }
                    }
                    .players {
                        padding: 40% 2% 67%;
                        position: relative;
                        .kabaddi_players {
                            position: absolute;
                            top: 0%;
                            left: 0;
                            right: 0;
                            margin: 0 auto;
                            width: 90%;
                        }
                        .player_shadow {
                            position: absolute;
                            left: 5%;
                            margin-top: 0px;
                            width: 100%;
                            top: 30%;
                        }
                        .smoke {
                            display: none;
                        }
                        .hero {
                            position: absolute;
                            bottom: 22%;
                            width: 38%;
                        }
                        .hero_shadow {
                            position: absolute;
                            bottom: 8%;
                            width: 60%;
                            left: 32%;
                        }
                    }
                }
                .cast_list {
                    margin-bottom: 0px;
                    li {
                        padding: 0;
                        text-align: center;
                        width: 24%;
                        display: inline-block;
                        position: relative;
                        p.cast_name {
                            font-size: 20px;
                            width: 100px;
                            margin: 0 auto 10px;
                        }
                    }
                }
            }
        }
    }
}

@media (min-width:899px) and (max-width:1023px) {
    .habaddiPage {
        .bio {
            .bio_pic {
                position: absolute;
                bottom: 0;
                width: 30%;
            }
            .bio_text {
                top: 20%;
                position: absolute;
                right: 0%;
                width: 70%;
                padding: 3px;
                .heading {
                    font-size: 40px;
                    margin: 15px 0;
                    span {
                        font-size: 20px;
                    }
                }
                p {
                    font-size: 24px;
                }
            }
        }
        .video {
            .video_bg {
                background: #fff url('../images/habaddi/habaddi_bg_mobile.jpg') no-repeat;
                background-size: cover;
                padding: 0;
                background-position-x: 0px;
                .yd-videoThumbs {
                    .yd-videoSwiper_habaddi {
                        .scrollContBox {
                            padding: 0;
                            .hContainer {
                                padding: 5px;
                            }
                        }
                    }
                    .synopsis {
                        padding: 7% 3% 4%;
                        text-align: center;
                        z-index: 99;
                        p {
                            font-size: 18px;
                        }
                        h3 {
                            font-size: 22px;
                        }
                    }
                    .players {
                        padding: 40% 2% 67%;
                        position: relative;
                        .kabaddi_players {
                            position: absolute;
                            top: 20%;
                            left: 0;
                            right: 0;
                            margin: 0 auto;
                            width: 70%;
                        }
                        .player_shadow {
                            position: absolute;
                            left: 16%;
                            margin-top: 0px;
                            width: 75%;
                            top: 43.8%;
                        }
                        .smoke {
                            z-index: 99;
                        }
                        .hero {
                            position: absolute;
                            bottom: 22%;
                            width: 30%;
                        }
                        .hero_shadow {
                            position: absolute;
                            bottom: 7%;
                            width: 60%;
                            left: 30%;
                        }
                    }
                }
                .cast_list {
                    margin-bottom: 0px;
                    li {
                        padding: 0;
                        text-align: center;
                        width: 24%;
                        display: inline-block;
                        position: relative;
                        p.cast_name {
                            font-size: 20px;
                            width: 100px;
                            margin: 0 auto 10px;
                        }
                    }
                }
            }
        }
    }
}

@media (min-width:1400px) {
    .homePage {
        height: auto;
    }
    .aboutPage {
        .videoSection {
            .yd-mainVideo {
                height: 865px;
                .video-container {
                    height: 865px;
                    iframe,
                    object,
                    embed {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                    }
                }
            }
        }
    }
    .habaddiPage {
        .bio {
            .bio_text {
                top: 40%;
                .heading {
                    font-size: 56px;
                    span {
                        font-size: 26px;
                    }
                }
                p {
                    font-size: 30px;
                }
            }
        }
        .video {
            .video_bg {
                .yd-videoThumbs {
                    .synopsis {
                        p {
                            font-size: 24px;
                        }
                        h3 {
                            font-size: 34px;
                        }
                    }
                    .players {
                        padding: 4% 12% 40%;
                        .player_shadow {
                            position: relative;
                            left: 9px;
                            margin-top: -67px;
                            width: 109%;
                        }
                        .smoke {
                            width: 100%;
                            position: absolute;
                            top: 17%;
                            left: 0;
                            z-index: 997;
                        }
                        .hero {
                            position: absolute;
                            bottom: 12%;
                            width: 30%;
                            margin: 0 auto;
                            left: 0;
                            right: 0;
                            z-index: 999;
                            padding: 0% 1%;
                        }
                        .hero_shadow {
                            position: absolute;
                            bottom: 22%;
                            width: 49%;
                            left: 25%;
                            right: 0;
                            margin: 0 auto;
                        }
                    }
                }
            }
        }
    }
}