﻿@media(max-width:767px) {
    .in-banner {
        background-image: url(/media/1136/first-time-flyers-mobi.jpg) !important;
        background-position: top center !important;
        height: 525px !important;
        margin-top: 46px !important;
    }
}

.img-block img {
    width: 100%;
    height: auto;
}
/*16.5.24*/
.in-banner.landing {
    height: 735px;
}
.guides-banner {
    position: absolute;
    top: 0px;
}
.in-banner.landing:before, .landing-content .lc-mb {
    z-index: 1;
}
/*16.5.24*/
@media screen and (max-width: 1600px)
{
    /*16.5.24*/
    .in-banner.landing {
        height: 615px;
    }
    /*16.5.24*/
}
@media screen and (max-width: 1540px) {
    /*16.5.24*/
    .in-banner.landing {
        height: 590px;
    }
    /*16.5.24*/
}
@media screen and (max-width: 1440px) {
    /*16.5.24*/
    .in-banner.landing {
        height: 555px;
    }
    /*16.5.24*/
}
@media screen and (max-width: 1399px) {
    /*16.5.24*/
    .in-banner.landing {
        height: 525px;
    }
    /*16.5.24*/
}
@media screen and (max-width: 1280px) {
    /*16.5.24*/
    .in-banner.landing {
        height: 490px;
    }
    /*16.5.24*/
}

@media screen and (max-width: 1199px) {
    /*16.5.24*/
    .in-banner.landing {
        height: 460px;
    }
    /*16.5.24*/
}
@media only screen and (max-width: 1025px) and (min-width: 992px) {
    /*16.5.24*/
    .in-banner.landing {
        height: 395px;
    }
    /*16.5.24*/
}
@media screen and (max-width: 991px) {
    /*16.5.24*/
    .in-banner.landing {
        height: 295px;
    }
    /*16.5.24*/
}
@media (max-width: 767px) { 
    /*16.5.24*/
    .in-banner.landing {
        height: 460px;
    }
    .in-banner.landing.ap-guides-pos
    {
        background-image:none !important;
    }
    /*16.5.24*/
    .guides-banner {
        position: inherit;
        top: inherit;
    }
    .ap-guides-pos {
        height: auto !important;
        margin-top: 35px !important;
    }

}
@media (min-width: 700px) and (max-width: 767px)
{
    .ap-guides-pos {
        height: auto !important;
        margin-top: 35px !important;
    }
}
@media (min-width: 600px) and (max-width: 750px) {
    .ap-guides-pos {
        height: auto !important;
        margin-top: 35px !important;
    }
}