﻿.newsTopImage {
    margin-top: 108px;
}

.cardImg {
    height: 180px;
    background-color: rgba(230,231,233,.5);
}

.newsTopImage .image-block {
    position: relative;
    overflow: hidden;
}

.newsTopImage .topImageCaption h1, .newsTopImage .topImageCaption h3 {
    font-weight: 500;
}

.headingUnderline {
    width: 50px;
    height: 8px;
    background-color: #007ac8;
    position: relative;
    margin-top: 5px;
}

@media(min-width: 576px) {
    .topImageCaption {
        position: absolute;
        left: 50px;
        color: white;
        background: rgba(0,0,0,.2);
        padding: 10px;
        bottom: 10px;
    }
    .newsTopImage .image-block img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
        max-width: none;
    }
    .newsTopImage .image-block {
        height: 450px;
    }
}

@media (max-width: 575px) {
    .topImageCaption {
        position: absolute;
        color: white;
        background: rgba(0,0,0,.2);
        bottom: 10px;
        right: 30px;
    }
    .newsTopImage .image-block {
        height: calc(72vh - 21px );
    }
}