@media only screen and (max-width: 1001px) {
    .carousel figure {
        position: relative;
        width: 100%;
        height:70%;
        transition: 1s;
        display: flex;
        margin: 0;
        cursor: pointer;
      }
      
      .carousel figure img {
        width: 100%;
        height: 50%;
      }
      
  }