/*
===============================================================
 # CUSTOM CSS
 - Please do not edit this file. this file is generated by server-side code
 - Every changes here will be overwritten
===============================================================*/

.ms-parent-id-2 > .master-slider{ background:#000000; }
.mobile-view{
     display:none;  /* With this line, the slider will not display in the preview panel  */
}
@media(max-width: 480px) {
     .mobile-view{
           display:block;
     }
}
.ms-parent-id-1 > .master-slider{ background:#000000; }
.ms-slide-bgcont img {
transition: none !important;
}
@media(max-width: 480px) {
     .desktop-view{
           display:none;
     }
}