.gutenverse-image-box {
  transition: all 0.4s ease;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  width: auto;
}
.gutenverse-image-box .image-box-header {
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.gutenverse-image-box .image-box-header img {
  transition: all 0.4s ease;
  backface-visibility: hidden;
  width: -webkit-fill-available;
  height: auto;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.gutenverse-image-box .body-inner {
  padding: 30px 35px;
  position: relative;
  overflow: hidden;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.gutenverse-image-box .body-title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
}
.gutenverse-image-box .body-title a {
  text-decoration: none;
}