.carousel {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}

@media(min-width: 576px) {
  .eb-gallery-cover__img {
    padding-bottom: 380px;
  }
  .carousel {
    max-height: 383px;
  }
}

@media(min-width: 768px) {
  .eb-gallery-cover__img {
    padding-bottom: 506px;
  }
  .carousel {
    max-height: 518px;
  }
}

@media(max-width: 991px) {
  #sp-main-body {
    padding: 0;
  }
}

@media(min-width: 992px) {
  .eb-gallery-cover__img {
    padding-bottom: 500px;
  }
  .carousel {
    max-height: 698px;
  }
}

@media(min-width: 1200px) {
  .eb-gallery-cover__img {
    padding-bottom: 600px;
  }
  .carousel {
    max-height: 833px;
  }
}

.img-fill {
  object-fit: cover;
  object-position: center center;
  height: 100% !important;
  width: 100%;
}

.eb-mod-title, .mod-post-type, .eb-mod-body, .eb-mod-foot {
  padding-left: 5px;
  padding-right: 5px;
}

.mc-link {
  float: left;
  padding-right: 4px;
}
