.custom-image-gallery-slider-col img {
    width: 100%;
    height: 393px;
    object-fit: cover;
    transition:all 0.3s ease;
	border-radius:10px;
}

.custom-image-gallery-slider-col img:hover  {
    opacity: 0.8;
}

.custom-image-gallery-slider-col {
	padding:0 1.5rem;
}

@media (max-width:1180px) {
	
}
/* END 1180px */

@media (max-width:910px) {
	
}
/* END 910px */

@media (max-width:600px) {
	.custom-image-gallery-slider-col img {
		height:294px;
	}
}
/* END 600px */