.gallery-carousel-wrapper {
  padding: 0 135px; }
  .gallery-carousel-wrapper .owl-carousel .one-image {
    height: 100%;
    display: flex;
    align-items: center; }
    .gallery-carousel-wrapper .owl-carousel .one-image img {
      width: auto;
      height: auto;
      object-fit: contain;
      max-width: 100%;
      max-height: 100%;
      object-position: center center; }
    .gallery-carousel-wrapper .owl-carousel .one-image .image {
      height: 135px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 20px 0; }

@media (max-width: 575.5px) {
  .gallery-carousel-wrapper {
    padding: 0 15px; }
    .gallery-carousel-wrapper .owl-carousel .one-image .image {
      height: 60px; }
      .gallery-carousel-wrapper .owl-carousel .one-image .image img {
        height: 50px; }
    .gallery-carousel-wrapper .owl-nav {
      display: none; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .gallery-carousel-wrapper {
    padding: 0 50px; }
    .gallery-carousel-wrapper .owl-carousel .one-image .image {
      height: 75px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .gallery-carousel-wrapper {
    padding: 0 50px; }
    .gallery-carousel-wrapper .owl-carousel .one-image .image {
      height: 70px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .gallery-carousel-wrapper {
    padding: 0 80px; }
    .gallery-carousel-wrapper .owl-carousel .one-image .image {
      height: 95px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .gallery-carousel-wrapper .owl-carousel .one-image .image {
    height: 95px; } }

/*# sourceMappingURL=gallery_carousel.css.map */
