  .img-cont {
      width: 100%;
      height: 165px;
      border: 1px solid #317ef3;
      margin: 0 auto;
  }

  a:not([href]):not([tabindex]) {
      color: #fff;
  }

  .img-cont>div {
      width: 25%;
      height: 160px;
      float: left;
  }

  .img-cont>div>div {
      width: 25%;
      height: 160px;
  }

  .img-cont>div>a {
      position: relative;
      width: 60px;
      height: 30px;
      border-radius: 4px;
      line-height: 30px;
      text-align: center;
      color: #fff;
      display: block;
      background: #317ef3;
      margin: -30px 0 0 0px;
      cursor: pointer;
      z-index: 1;
  }

  .hide {
      display: none !important;
  }