
.innerSection {
    padding: 40px 0 20px;
}

.galleryBox {
    height: auto; /* Let the container expand based on content */
    padding: 10px;
}
.single-shuffle {
    position: relative;
    z-index: 1;
    text-align: center;
    background: #fff;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    overflow: hidden;
	
	padding: 5px 5px;
    border: 1px solid #f1f1f1;
   
} 

.innerSection h5 {
    font-size: 15px;
    background-color: #f2f4f8;
    color: #0c3587;
    font-weight: 600;
    margin: 0;
    padding: 10px 0px 0px 0px;
    line-height: 28px;
	display: none;
}

.hoverEff-6 a:hover:after {
    position: absolute;
    text-align: center;
    padding-top: 150px;
    width: 100%;
    opacity: 1;
    transition: .2s ease-in-out;
    height: 100%;
    content: "\f002"; /* Search icon */
    font-size: 30px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.hoverEff-6 a:after {
    position: absolute;
    width: 290px;
    height: 160px;
    background: rgba(0, 0, 0, .5);
    content: "\f002"; /* Search icon */
    left: 0;
    top: 0;
    display: block;
    opacity: 0;
    transition: .2s ease-in-out;
}


.single-shuffle img {
    display: block;
    width: 100%;
    height: auto; /* Allow the height to adjust dynamically */
    object-fit: contain; /* Ensure the whole image is visible without cropping */
	height: 332px;
}
.fancybox-image, .fancybox-spaceball{background: #fff !important; padding: 12px 12px !important;}