/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 23 2026 | 03:19:20 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 23 2026 | 02:42:48 */
body .three-hundred img{
	width:100% !important;
	height:300px !important;
	object-fit: contain !important;
}

.ilightbox-holder div.ilightbox-container{
    width: 100% !important;
    height: calc(100% - 40px) !important;
    display: flex;
    justify-content: center;
    align-content:center;
}
.ilightbox-holder.metro-white{
    width: 60%;
    height: 50% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.ilightbox-holder .ilightbox-inner-toolbar{
	max-width:100%;
	width:100% !important;
}

.ilightbox-holder img.ilightbox-image{
	width:auto;
	height: 100% !important;
}

.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title{
	text-transform:uppercase;
	text-align:center;
}