.gallery-container{padding:0;}
.gallery-slide{border: solid 1px #fff; border-right: 0; background:#181c23; height: 100%;}
.gallery-slide img{width: 100%; height: 100%; object-fit: cover; transition: opacity 0.3s ease-in;}
.gallery-slide-item .gallery-slide.add-opacity img{opacity: 0.5; transition: opacity 0.3s ease-in;}
.gallery-slide-item.slick-active .gallery-slide.add-opacity img{opacity: 1; transition: opacity 0.3s ease-in;}

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width: 1199.98px){
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width: 991.98px) {  
}
/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px){
.gallery-slide{border:0;}
}
/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width: 575.98px) {
}