body.gallery .gallery-slider .asset:not(.title-text):not(.cover-image), body.gallery .gallery-slider .title-image {
  
  width: auto !important;
  min-width: unset !important;
}

body.gallery .gallery-slider .asset:not(.title-text):not(.cover-image) img, body.gallery .gallery-slider .title-image img {
  
   height: 500px !important;
   width: auto !important;
}

@media (max-width:768px) {
  body.gallery .gallery-slider .asset:not(.title-text):not(.cover-image), body.gallery .gallery-slider .title-image {
  
  width: auto !important;
  min-width: 50vw !important;
  max-width: 100%;
}

body.gallery .gallery-slider .asset:not(.title-text):not(.cover-image) img, body.gallery .gallery-slider .title-image img {
  
   height: auto !important;
   width: auto !important;
   max-width:100% !important;
}
  
}

@media (max-width:480px) {
  body.gallery .gallery-slider .asset:not(.title-text):not(.cover-image), body.gallery .gallery-slider .title-image {
  
  width: auto !important;
  min-width: 80vw !important;
  max-width: 100%;
}

body.gallery .gallery-slider .asset:not(.title-text):not(.cover-image) img, body.gallery .gallery-slider .title-image img {
  
   height: auto !important;
   width: auto !important;
   max-width:100% !important;
}
  
}
