.zoom-img {
  position: absolute;
  bottom:-4px;
  left: 15px;
  right: 0;
  background-color: rgba(243,182,23,0.4);
  overflow: hidden;
  width: 92.3%;
  height: 88%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin-bottom: 39px;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.main-zoom:hover .zoom-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}
.modal {
  display: none;
  position: fixed;
  padding-top: 42px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
 background-color: rgba(0,0,0,0.7);
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 53%;
}
.close {
  color: white;
  position: absolute;
  top: -25px;
  right: -20px;
  font-size: 35px;
  font-weight: bold;
    opacity: 1!important;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.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:9px 16px 1px;
  color: white;
}
.demo {opacity: 0.5;}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {transition: 0.3s;}

.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);
}
@media only screen and (max-width: 1024px) {
    .zoom-img {
        position: absolute;
        bottom: -4px;
        left: 15px;
        right: 0;
        background-color: rgba(243,182,23,0.4);
        overflow: hidden;
        width: 91%;
        height: 102%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }
}

@media only screen and (max-width: 768px) {
    .zoom-img {
      position: absolute;
      bottom:-5px;
      left: 15px;
      right: 0;
      background-color: rgba(243,182,23,0.4);
      overflow: hidden;
      width: 92.3%;
      height: 102%;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: .3s ease;
      transition: .3s ease;
    }
}
@media only screen and (width: 720px) {
    .zoom-img {
      position: absolute;
      bottom:15px!important;
      left: 15px;
      right: 0;
      background-color: rgba(243,182,23,0.4);
      overflow: hidden;
      width: 96%!important;
      height: 98%!important;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: .3s ease;
      transition: .3s ease;
    }
}
@media only screen and (max-width: 414px) {
    .zoom-img {
      position: absolute;
      bottom:16px;
      left: 15px;
      right: 0;
      background-color: rgba(243,182,23,0.4);
      overflow: hidden;
      width: 92.3%;
      height: 95.5%;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: .3s ease;
      transition: .3s ease;
    }
}
@media only screen and (max-width: 375px) {
    .zoom-img {
      position: absolute;
      bottom:16px;
      left: 15px;
      right: 0;
      background-color: rgba(243,182,23,0.4);
      overflow: hidden;
      width: 92.3%;
      height: 95.5%;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: .3s ease;
      transition: .3s ease;
    }
}
@media only screen and (max-width: 320px) {
    .zoom-img {
      position: absolute;
      bottom:16px;
      left: 15px;
      right: 0;
      background-color: rgba(243,182,23,0.4);
      overflow: hidden;
      width: 91.1%;
      height: 94.5%;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: .3s ease;
      transition: .3s ease;
    }
}