/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-jan-2022, 16:04:30
    Author     : henkschipper
*/

#gallery-1 {
        background-color: transparent!important;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;  
  user-select: none;
}
.rsDefault .rsThumb.rsNavSelected {
    background: #ec3030;
}
#gallery-1 > .rsThumbs { margin-top: 10px; }
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: transparent;}


@media only screen and (min-width: 1201px) {
.rsOverflow  {     height: inherit!important; }
.rsSlide  > img {     margin-left: 0!important; width: 100%!important; }
}

@media only screen and (min-width: 1201px) {
.rsOverflow  {     height: inherit!important; }
.rsSlide  > img {     margin-left: 0!important; width: 100%!important;  margin-left: 0!important;  margin-top: 0!important; max-width: 100%!important;}
}

@media only screen and (max-width: 1200px) {
.rsSlide  > img {      margin-left: 0!important;  margin-top: 0!important; max-width: 100%!important; }
}