

#row1 > #column1 {
  padding: 12px 1px;
}

#row1:after {
  content: "";
  display: block;
  clear: both;
}

#column1 {
  position:relative;
  float: left;
  width: 100%;
  height: 100%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position:absolute;
  background-color: black;
  margin: auto;
  padding-left: 300px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}


/* Position the "next button" to the right */


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

#front_img {
  background-color: black;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
#front_img.hover-shadow {
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
 }

.hover-shadow:hover{
   opacity: 0.7;
  border: 1px solid #777;
}
