.ohio-bottom-gallery-main img,
.ohio-bottom-gallery-thumbs img,
.ohio-bottom-lightbox img {
user-select: none;
-webkit-user-drag: none;
}
.ohio-bottom-gallery-wrapper {
display: flex;
flex-direction: column;
gap: 15px;
align-items: center;
max-width: 100%;
margin: 0 auto;
}
.ohio-bottom-gallery-main {
width: 100%;
position: relative;
overflow: hidden;
}
.ohio-bottom-gallery-main .bottom-gallery-item {
display: none;
}
.ohio-bottom-gallery-main .bottom-gallery-item.active {
display: block;
}
.bottom-zoom-container {
position: relative;
overflow: hidden;
}
.bottom-zoom-container img {
width: 100%;
max-height: 600px;
object-fit: cover;
}
@media (max-width: 1024px) {
.bottom-zoom-container img {
max-height: 450px;
}
}
@media (max-width: 768px) {
.bottom-zoom-container img {
max-height: 350px;
}
}
@media (max-width: 480px) {
.bottom-zoom-container img {
max-height: 250px;
}
}
.ohio-bottom-gallery-thumbs {
display: flex;
flex-direction: row;
gap: 10px;
justify-content: center;
width: 100%;
flex-wrap: wrap;
}
.ohio-bottom-gallery-thumbs .bottom-thumb-item {
cursor: pointer;
border: 2px solid transparent;
}
.ohio-bottom-gallery-thumbs .bottom-thumb-item.active {
border-color: #000;
}
.ohio-bottom-gallery-thumbs img {
width: 70px;
height: auto;
display: block;
}
.ohio-bottom-lightbox {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.9);
display: none;
align-items: center;
justify-content: center;
z-index: 999999;
flex-direction: column;
}
.ohio-bottom-lightbox.is-open {
display: flex;
}
.ohio-bottom-lightbox img.lightbox-img {
max-width: 90%;
max-height: 90%;
}
.ohio-bottom-lightbox .close {
position: absolute;
top: 20px;
right: 30px;
font-size: 40px;
color: #fff;
cursor: pointer;
z-index: 9999999;
line-height: 1;
}
.ohio-bottom-lightbox .prev,
.ohio-bottom-lightbox .next {
cursor: pointer;
position: absolute;
top: 50%;
font-size: 40px;
color: #fff;
padding: 16px;
margin-top: -22px;
user-select: none;
z-index: 9999999;
}
.ohio-bottom-lightbox .prev {
left: 10px;
}
.ohio-bottom-lightbox .next {
right: 10px;
}
@media (max-width: 768px) {
.ohio-bottom-gallery-thumbs img {
width: 55px;
}
}
@media (max-width: 480px) {
.ohio-bottom-gallery-thumbs img {
width: 40px;
}
}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}