.block-hq-news-slider {
    background: #DCDCDC;
    margin-bottom: 1em;
}
#hqSlider img {
    overflow: hidden;
    padding-bottom: 1em;
    width: auto !important;
}
.block-hq-news-slider div .caption h3 {
    margin-top: 0;
    font-size: 16px !important;
}
.block-hq-news-slider div.col-sm-12,
.block-hq-news-slider div.col-sm-9,
.block-hq-news-slider div.col-sm-4 {
    padding: 0 0 !important;
    display: inline !important;
}
.block-hq-news-slider div.caption a {
    background: white;
    border-radius: 10px;
    padding: 0.5em 0.5em;
} 
.block-hq-news-slider .carousel-control {
    background-image: none !important;
}
.block-hq-news-slider .caption {
    background: #DCDCDC;
}
.block-hq-news-slider div .caption:not(.showing) {
    display: none;
}
.block-hq-news-slider div.caption.showing {
    display: inline-block;
}
/*
 * Full screen Directives
 */
@media all and (min-width: 1280px) {
    .block-hq-news-slider {
        height: 500px;
        overflow: hidden;
    }
}
@media all and (min-width: 1068px) and (max-width: 1279px) {
    .block-hq-news-slider {
        height: 420px;
        overflow: hidden;
    }
}
/*
 * Tablet Directives
 */
@media all and (max-width: 1067px) and (min-width: 768px) {
    .block-hq-news-slider .row {
        height: 336px;
    }
    .block-hq-news-slider img {
        width: 100%;
        max-height: 350px;
        overflow: hidden;
    }
    .block-hq-news-slider .caption {
        padding: 0 !important;
    }
    .block-hq-news-slider .caption p {
        display: none !important;
    }
    .block-hq-news-slider h3 {
        font-size: 16px;
    }
    .block-hq-news-slider .carousel-indicators {
        display: none;
    }
    .block-hq-news-slider .glyphicon-chevron-right,
    .block-hq-news-slider .glyphicon-chevron-left {
        font-size: 18px !important;
        color: white !important;;
    }
}

/*
 * Mobile Phone Directives
 */
@media all and (max-width: 767px) {
    .block-hq-news-slider {
        min-height:  600px;
    }
    #hqSlider img {
        width: 100%;
        height: auto;
    }
    .block-hq-news-slider div .caption {
        padding: 0 !important;
    }
    .block-hq-news-slider div .caption h3 {
        font-size: 16px !important;
//        margin-top: none !important;
    }
    .block-hq-news-slider .caption p {
        display: none !important;
    }
    .block-hq-news-slider .col-xs-12 {
//        padding: 1em 1em;
    }
    .block-hq-news-slider .caption {
//        padding-top: 0 !important;
//        margin-left: 1em;
    }
}
