.modaal-wrapper {
  overflow: auto;
}
.modaal-content img {
  max-width: 90vw;
  height: auto;
  max-height: 90vh;
  object-fit: contain;
}
@media screen and (max-width: 1140px) {
  .modaal-gallery-control {
    bottom: -20px;
    transform: translateY(100%);
    

    background: rgba(255, 255, 255, 0.3);
  }

}