﻿.carousel-item-2 {
    position: relative;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;

    img {
        max-width: 100%;
        max-height: 400px;
        object-fit: contain;
    }
}

.news-detail-carousel {
    position: relative;
}

.news-detail-carousel .slick-prev {
    z-index: 99;
    left: 10px;
    background: rgba(0, 0, 0, 0.4) !important;
    border-radius: 50% !important;
}

.news-detail-carousel .slick-next {
    right: 10px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.4) !important;
    border-radius: 50% !important;
}

.news-detail-carousel .slick-prev:hover {
    z-index: 99;
    left: 10px;
    background: rgba(0, 0, 0, 0.8) !important;
    border-radius: 50% !important;
}

.news-detail-carousel .slick-next:hover {
    right: 10px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8) !important;
    border-radius: 50% !important;
}