.sishd {
    background: blue;
color: #fff;
text-align: center;
padding: 10px;
font-weight: 900;
}
.sissli-img {
    object-fit: cover;
}

.sis-gallery {
  
}

.sissli-row {
  
  display: flex;
  flex-wrap: wrap;
  margin: auto -10px;
}

.sissli-row .column {
  width: 25%;
  margin: auto;
  text-align: center;
  display: grid;
  padding: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.sissli-row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  display: none;
  
}

/* The smodal (background) */
.smodal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  z-index: 100000;
}

/* smodal Content */
.smodal-content {
  position: relative;
  background-color: #212121;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  max-height: 85%;
  overflow: hidden;
  height: 100%;
  display: grid;
}

/* The mclose Button */
.mclose {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.mclose:hover,
.mclose:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  text-align: center;
}

.mySlides img {
  height: 100%;
  width: auto;
  object-fit: contain;
  max-height: 450px;
  display: flex;
  margin: auto;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background: gray;
}

/* 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(117, 89, 89, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
  height: 15%;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
  object-fit: cover;
  height: 150px;
  width: auto;
  overflow: hidden;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.column .overlay {
  position: absolute;
  background-color: #008CBA;
  overflow: hidden;
  width: auto;
  height: 0;
  transition: .5s ease;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 10px;
}

.column:hover .overlay {
  height: 50%;
}

.column .text {
  color: white;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 600;
}

.caption-container #caption {
  
  height: auto;
  display: grid;
  align-content: center;
  font-weight: 800;
  font-size: 16px;
  padding: 10px;
  bottom: 0;
}

.sisli-carousel {
	position:relative;
	width:925px;
	height:150px;
	overflow:hidden;
}

.sisli-easy {
	position:relative;
	width:100%;
	height:450px;
	overflow:hidden;
	top:0px;
	left:0px;
}

.sisli-easy img {
	object-fit: cover !important
}

@media (max-width: 768px) {
	.sissli-row .column {
    width: 50%;
}
	.sisli-carousel {
	width:600px;
}
	.sisli-easy {
	width:100%;
	height:250px;
}
}

@media (min-width : 319px) and (max-width: 480px){
	.sissli-row .column {
    width: 100%;
}
	.sisli-carousel {
	width:250px;
}
	.sisli-easy {
	width:100%;
	height:180px;
}
}