
.dropdown-menu{
    top: 140px;
    left: 250px;
    position: fixed;
    width: 80vw;
    border-radius: 0; border: 0px solid white;
}




@media screen and (max-width: 425px) {
    
    
    .dropdown-menu{
      position: relative;
      max-width: 100vw !important;
      left: 0 !important;
      top: 0 !important;
    }
  
  
    .carousel-item{
        width: 100% !important;
        height: auto !important;
    }

}

  

