/* Carousel */
.carousel-control-nav {
    opacity: 1 !important;
}
.icon-nav-carousel-black {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
}
.wrapper-icon-nav-carousel:hover {
    opacity: 1;
}
.wrapper-icon-nav-carousel {
    padding: .5rem;
    background-color: #000;
    opacity: .5;
    border-radius: 50%;
}
.wrapper-carousel-item {
    height: 200px;
    max-height: 200px;
    position: relative
}
.img-carousel-item {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background-repeat: no-repeat;
}
.project-carousel{
    height: 330px;
}

.image-galery{
    height: 330px !important;
    object-fit: cover;
    width: 100%;
}

.fancybox-button--share{
    display: none !important;
}

/* Versi mobile */
@media (max-width: 576px) {
    .wrapper-carousel-item {
        height: 200px;
        max-height: 200px;
    }
}
/* Versi mobile landscape*/
@media (min-width: 576.5px) {
    .wrapper-carousel-item {
        height: 300px;
        max-height: 300px;
    }
 }

/* Versi tablet ke atas */
@media (min-width: 768px) {
    .wrapper-carousel-item {
        height: 500px;
        max-height: 500px;
    }
}
/* Versi desktop */
@media (min-width: 992px) {
    .wrapper-carousel-item {
        height: 100vh;
        max-height: 100vh;
    }
 }
/* Versi desktop up */
 @media (min-width: 1200px) {

 }


