/**
* Template: Home page
*/

@media (max-width: 767px) {
    /* FEATURED SLIDER */
    .large-slider .item {
        height: 460px !important;
    }
}

@media (max-width: 540px) {
    /* FEATURED SLIDER */
    .large-slider .item {
        height: 420px !important;
    }
}