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

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