﻿.business-detail-layout-fullphoto .business-carousel img,
.business-detail-layout-fullphoto .single-photo-wrapper img {
    max-height: calc(100vh - 220px);
    height: auto !important;
    object-fit: contain !important;
    background: #000;
}

.single-photo-wrapper {
    background: #020617;
}