.ig-feed iframe.instagram-media.instagram-media-rendered{
    min-width:280px !important;
    }
     .twitter-timeline {
        overflow-y:auto;
    }
    .disable-scrollbars::-webkit-scrollbar {
        width: 0px;
        background: transparent; /* Chrome/Safari/Webkit */
    }
    
    .disable-scrollbars {
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none;  /* IE 10+ */
    }
   