@media only screen and (max-width: 1500px) {
  .container:not(.contextual-region .container) {
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .container:not(.contextual-region .container) {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.image-box-body {
  min-height: 140px;
  background: linear-gradient(135deg, #069abe 0%, #006b9b 100%);
  cursor: pointer;
}
.image-box-body .image-box-title {
  z-index: 1;
}
@media (min-width: 768px) {
  .image-box-body .image-box-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 767.98px) {
  .image-box-body .image-box-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.image-box-body img {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.25;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s;
}
.image-box-body:hover img {
  transform: scale(1.1);
}

/*# sourceMappingURL=image_box.css.map */
