


/* Custom, iPhone Retina1 1111111111111111111111 */ 
@media (max-width : 320px) 
{
  #gallery_fadeInOut{
    display: none!important;
  }
}

/* Extra Small Devices, Phones 22222222222222 iphone 6 Plus*/ 
@media (min-width : 321px) and (max-width : 480px) 
{
  #gallery_fadeInOut{
    display: none!important;
  }
}

/* Small Devices, Tablets 333333333333333333333*/
@media (min-width : 481px) and (max-width : 768px) 
{
  #gallery_fadeInOut{
    display: none!important;
  }
} 

/* Medium Devices, Desktops 444444444444444444444444*/
@media (min-width : 769px) and (max-width : 992px) 
{
  #carouselExampleControls{
    display: none!important;
  }
}

/* Large Devices, Wide Screens 55555555555555555555555555555555555*/
@media (min-width : 993px) and (max-width : 1200px)
{
  #carouselExampleControls{
    display: none!important;
  }
}
@media (min-width : 1201px)
{
  #carouselExampleControls{
    display: none!important;
  }
}

