.card-image,
.card-image-img,
.compact-image,
.compact-image-img {
    display: block;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 0.25rem;
    overflow: hidden;
    position: relative
}

.compact-image-img {
    display: flex;
    height: 100%;
    min-height: 64px;
    max-height: 80px
}

.card-image-img,
.compact-image-img {
    transition: 0.8s;
    transform: scale(1.01)
}

div.card-image-img,
span.card-image-img,
a.card-image-img,
.card-image .switch-images,
.card-image .switched-image {
    height: 150px
}

.card-image .neoimages-images {
    height: 150px !important
}

@media (min-width:576px) {
    div.card-image-img,
    span.card-image-img,
    a.card-image-img,
    .card-image .switch-images,
    .card-image .switched-image {
        height: 150px
    }
    .card-image .neoimages-images {
        height: 150px !important
    }
}

@media (min-width:768px) {
    div.card-image-img,
    span.card-image-img,
    a.card-image-img,
    .card-image .switch-images,
    .card-image .switched-image {
        height: 150px
    }
    .card-image .neoimages-images {
        height: 150px !important
    }
}

@media (min-width:992px) {
    div.card-image-img,
    span.card-image-img,
    a.card-image-img,
    .card-image .switch-images,
    .card-image .switched-image {
        height: 150px
    }
    .card-image .neoimages-images {
        height: 150px !important
    }
}

@media (min-width:1200px) {
    div.card-image-img,
    span.card-image-img,
    a.card-image-img,
    .card-image .switch-images,
    .card-image .switched-image {
        height: 180px
    }
    .card-image .neoimages-images {
        height: 180px !important
    }
}

.content_item:hover .card-image .card-image-img,
.nm_card:hover.card-image .card-image-img,
.content_list_item:hover .compact-image .compact-image-img {
    transform: scale(1.04)
}

.nm_card .icms-content-fields+.info_bar {
    margin-top: 1rem
}

.nm_card .icms-content-fields>.f_title+.field {
    margin-top: 1rem;
}

.content_item .icms-content-fields>.f_title+.field {
    margin-top: 1rem
}

.nm_card .card-image .images_count {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    top: 1rem;
    right: 1rem;
    background: rgba(0, 0, 0, 0.3);
    line-height: 1;
    font-size: 0.9rem;
    padding: 5px 6px;
    border-radius: 0.25rem;
    color: #fff
}

.nm_card .card-image .images_count small {
    font-weight: 300;
    font-size: 0.7rem
}

.nm_card .card-image .infobar {
    position: absolute;
    z-index: 4;
    display: inline-block;
    top: 1rem;
    left: 1rem;
    opacity: 0.9;
    transition: all 0.3s ease-in-out
}

.nm_card:hover .card-image .infobar {
    opacity: 1
}

.nm_card .card-image .infobar .bar_date.badge-pill {
    padding: 0.5rem 0.6rem 0.4rem 0.6rem
}

.nm_card .card-image+.icms-content-fields {
    margin-top: 1.5rem
}

.nm-owl .owl-prev,
.nm-owl .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center
}

.nm-owl .owl-prev .btn,
.nm-owl .owl-next .btn {
    background: rgba(0, 0, 0, 0.3);
    color: #fff
}

.nm-owl .owl-prev .btn:hover,
.nm-owl .owl-next .btn:hover {
    background: rgba(0, 0, 0, 0.6)
}

.nm-owl .owl-prev svg,
.nm-owl .owl-next svg {
    width: 32px;
    height: 32px;
    color: #fff;
    vertical-align: middle
}

.nm-owl .owl-prev {
    left: 1rem
}

.nm-owl .owl-next {
    right: 1rem
}

.nm-owl .owl-dots {
    position: absolute;
    z-index: 5;
    bottom: 3rem;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.nm-owl .owl-dots button.owl-dot {
    width: 30px;
    height: 3px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 4px
}

.nm-owl .owl-dots button.owl-dot.active {
    background-color: #fff
}

.nm-owl .owl-dots button.owl-dot:focus {
    outline: none
}

.nm_tiles_x4 .content_list_item .icms-content-fields {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    right: 1rem;
    z-index: 3
}

.nm_tiles_x4 .content_list_item .icms-content-fields * {
    color: #fff
}

.style-image-overlay:before {
    content: "";
    background: linear-gradient(to top, rgba(32, 22, 84, 0.6) 72%, rgba(0, 0, 100, 0));
    height: 70%;
    left: 0;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
    width: 100%;
    z-index: 3;
    transition: 0.4s;
    opacity: 0.7
}

.nm_card:hover.card-image .style-image-overlay:before {
    opacity: 1
}