@media screen and (min-device-width: 990px) and (max-device-width: 1366px) {

    #tranding .tranding-slide {
        width: 30rem;
        height: 29rem;
        position: relative;
    }
    #tranding .tranding-slide-img {
        width: 407px;
        height: 435px;
    }


}

@media (max-width: 556px) {
    #tranding .tranding-slide-img {
      display: flex;
      justify-content: center;
      width: 291px;
      height: 429px;
      border: 2px solid #1978bd;
      border-radius: 2rem;
    }
  }
