@media (max-width: 767.98px){
body .cs-startSlider {
    display: block !Important;
}
}
@media only screen and (max-width: 1200px){
  .theme-default .nivo-caption .cs-captionWrapper{
 max-width: 80% !important;  
}
}

/*---------------------------SLIDER--------------------------*/

@media only screen and (max-width: 999px){
 .moko-slider-container {
    flex-wrap: wrap !important;
    flex-direction: column !important;
    display: flex !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
} 
  .moko-slider-container .moko-slider-box {
    max-width: 100% !important;
}
  .moko-slider-box.moko-slider-box-image img {
    max-height: 300px !important;
    height: 300px !important;
}
  .nivo-caption .cs-captionWrapper {
        max-width: 100% !important;
        width: 100% !important;
    }
  .cs-body .slider-wrapper .nivoSlider .nivo-caption{
   left: 0 !important; 
  }
  .theme-default .nivo-caption .cs-captionWrapper{
    max-width: 100% !important;  
    margin: 0 5em;
}
  
  
  div#Slider-1 > img, .nivoSlider > img, .nivo-slice > img {
    max-height: 1000px !important;
    height: 850px !important;
    object-fit: cover;
}
}

/* cosmoshop */
@media (max-width: 1050.98px){
  html body .cs-customSlider.cs-captionWrapper .cs-sliderPicture {display: none !Important;}
}