.swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    padding: 0 0.7rem;
  }
  
  @media only screen and (max-width:768px){
    div#myTabContent {
      height: auto !important;
      width: 100%;
      overflow: hidden;
    }
  }

  @media only screen and (max-width:600px){
    div#myTabContent {
      height: auto !important;
      width: 100%;
      overflow: hidden;
    }
  }
  @media only screen and (max-width:320px){
    div#myTabContent {
      height: auto !important;
      width: 100%;
      overflow: hidden;
    }
  }