.Small-Model7 {
    height: 200px;
    margin-top: 30px;
    border-left: 1px solid rgb(179, 179, 179);
    border-right: 1px solid rgb(179, 179, 179);
    background-color: rgb(241, 236, 236);
  }
  
    .Small-Model7-x {
       height: 180px;
       margin-top: 10px;
    }

    .Small-Model7-x-x {
      width: 98%;
      height: 100%;
      margin-left: 1%;
      position: relative;
      overflow: hidden;
    }

    .Small-Model7-x-x img {
      width: 100%;
      height: 100%;
    }

    .Small-Model7-x-x-b {
      width: 100%;
      height: 20%;
      text-align: center;
      position: absolute;
      bottom: 0%;
      background: rgba(10, 10, 10, 0.5);
      line-height: 36px;
    }

    .Small-Model7-x-x-b a {
      color: aliceblue;
      font-size: 16px;
      font-weight: 600;
    }

    .Small-Model7-x-x-t {
      width: 100%;
      height: 20%;
      text-align: center;
      position: absolute;
      top: 0%;
      background: rgba(10, 10, 10, 0.5);
      overflow: hidden;
      line-height: 36px;
    }

    .Small-Model7-x-x-t a {
      color: aliceblue;
      font-size: 16px;
      font-weight: 600;
    }

    .Small-Model7-x-x:hover  .Small-Model7-x-x-b {
      background: rgba(10, 10, 10, 0.7);
    }

    @media screen and (max-width:768px) {
      .Small-Model7{
        height: 800px;
      }
    }
    @media screen and (max-width:990px) {
        .Small-Model7{
          height: 800px;
        }
      }