/* Position the image container (needed to position the left and right arrows) */

.containerimgback 	 {}
.containerimg {
              position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: -webkit-fill-available;
}

/* Hide the images by default */
.mySlides {
          display: none;
    height: 400px;
    align-items: center;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
animation: scaleEff 0.1s linear forwards;}


@-webkit-keyframes scaleEff {
	0% {transform:scale(0);}
	100% {transform:scale(1.0);}

}

.row_sl {    text-align: center;
    background: #eeeeee;}



/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
      cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: auto;
    color: white;
    transform: translate(0px, -50%);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background: #2196f3;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
            width: 16.66%;
    margin: 7px 3px;
    border: 2px solid #000000;
    border-radius: 4px;
    display: inline-block;
    vertical-align: text-top;
}

/* Add a transparency effect for thumnbail images */
.demo {
          opacity: 0.9;
    min-height: 55px;
    max-height: 100px;
}

.active,
.demo:hover {
  opacity: 1;
}

.mySlides img {             max-width: 100%;
    min-height: auto;
    margin: 0 auto;
    max-height: 400px;
    height: 100%;
    border-radius: 11px;
	
}


	
.slider_image {         display: grid;
    grid-template-columns: 100% 100% 100%;
    width: 100%;
    overflow: auto;
    margin: 0 auto;
    align-items: center;}

/*mobile view*/
/*mobile view*/
/*mobile view*/
/*mobile view*/
/*mobile view*/
/*mobile view*/
/*mobile view*/
/*mobile view*/
/*mobile view*/
@media screen and (max-width:700px){

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 37px;
    text-align: center;
    padding: 7px;
    margin-top: auto;
    color: white;
    transform: translate(0px, -50%);
    font-weight: bold;
    font-size: 16px;
    border-radius: 42px;
    user-select: none;
    -webkit-user-select: none;
    background: #2196f3a6;
}

.containerimg {
    align-items: center;
    position: relative;
    margin: 0 auto;
    max-width: 900px;
    min-height: 290px;
    border: 0px solid;
    display: grid;
}

.mySlides img {
    max-width: 100%;
    min-height: 200px;
    margin: 0 auto;
    max-height: 100%;
}

.mySlides {
  
    height: 300px;
   
}