

.mobile_slideshow
{
    display: none;
}


@media (max-width: 767px){
  .desktop_slideshow
{
  display: none !important;
}
  .mobile_slideshow
{
    display: block !important;
}
}