/* with borders */

@media only screen and (min-width:140px) and (max-width:740px)  { 

.sqslide img {
    width: 100vw !Important;
    height: auto;
    left: 0px;
    max-height: 250px;
    object-fit: contain;
}

.vscc_controls_next {
right: -14px;
}

.vscc_controls_previous  {
left: -12px;
}


.topslideshow .lightbox-processed img {
    height: auto !important;
    width: 100% !important;
}


.vscc_controls_next,.vscc_controls_previous  {
  background: white;
    top: 0px !important;
    opacity: 1.0;
    padding-top: 100px;
    padding-bottom: 100px;
}


}


/* without borders 

@media only screen and (min-width:140px) and (max-width:740px)  { 


.vscc_controls_next {
right: 0px;
}

.vscc_controls_previous  {
left: 0px;
}


.topslideshow .lightbox-processed img {
    height: auto !important;
    width: 100% !important;
}


.vscc_controls_next,.vscc_controls_previous  {
  background: white;
    top: 0px !important;
    opacity: 1.0;
    padding-top: 200px;
    padding-bottom: 200px;
}


}
*/