/* begin JIRA RLC-357 */

@media screen and (max-width: 1023px) {

    .reserva-els {
        position: static;
        width: 100%;
        box-shadow: 0 0 10px #0008;
    }

    .top-banner .flexslider .slides {
        height: 75vh;
    }
    
    .titol-habitacio-container {
        display: block;
    }

    .top-banner .titol-habitacio-container h1 {
        margin: 0 auto;
        display: block;
        font-size: 40px;
        line-height: 45px;
    }
}

@media screen and (max-width: 767px) {
    .top-banner .titol-habitacio-container h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .top-banner {
        z-index: 1;
    }
}

/* end JIRA RLC-357 */