.g5plus-cover-box .box-item {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.g5plus-cover-box .box-content {
  height: 247px;
  padding: 0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.g5plus-cover-box .box-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.g5plus-cover-box .box-content.act {
  padding: 0 15px;
}
.g5plus-cover-box .box-image img {
  width: 100%;
  height: auto;
}
.g5plus-cover-box .box-content-inner {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .g5plus-cover-box .box-item {
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=cover-box.css.map */
