
* {
  box-sizing: border-box;
}

.gallery-row > .gallery-column {
  padding: 8px 8px;
}

.gallery-row:after {
  content: "";
  display: table;
  clear: both;
}

.gallery-column {
  float: left !important;
  width: 50%;
}

.gallery-column-inner {
  float: left !important;
  width: 50%;
}


.gallery-featured-img{
  width: 50%;
  margin: 0 auto;
  display: block;
}

#gallery-modal-content-mini{  
  display: block;
}

@media (max-width: 600px) {
  .gallery-column {
    float: left !important;
    width: 100%;
  }
  .gallery-column-inner {
    float: left !important;
    width: 100%;
   }
  .gallery-featured-img{
      width: 100%;
      margin: 0 auto;
      display: block;
   }
    
  #gallery-modal-content-mini{  
    display: none;
  }
  .testimonial-caption-container{
	display: none;  
  }
}

@media (min-width: 768px) {
.gallery-column {
  float: left !important;
  width: 50%;
  }
  .gallery-column-inner{
    float: left !important;
    width: 50%;
    }
}
@media (min-width: 992px) {
.gallery-column {
  float: left !important;
  width: 33%;
  }
  .gallery-column-inner {
    float: left !important;
    width: 33%;
    }
}
@media (min-width: 1200px) {
.gallery-column {
  float: left !important;
  width: 25%;
  }
  .gallery-column-inner {
    float: left !important;
    width: 25%;
    }
}

/* The Modal (background) */
.gallery-modal {
  display: none;
  /*position: fixed;*/
  position: absolute;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.modal-testimonial {
  /*position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;*/
  width: 100%;
  height: 100%;
  /*overflow: auto;
  background-color: black;*/
}

@media (min-width: 800px) {
  .gallery-modal {
    display: none;
    /*position: fixed;*/
    position: absolute;
    z-index: 100;
    padding-top: 100px;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
}

@media (min-width: 1025px) {
  .gallery-modal {
    display: none;
    /*position: fixed;*/
    position: absolute;
    z-index: 100;
    padding-top: 100px;
    left: 0;
    top: 120px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
}


/* Modal Content */
.gallery-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* 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;
  background-color: black;
}

.mySlides-default {
  display: block !important;
}

.vid{
	height: 90vh;
	margin:0 auto !important;
	display: block !important;
	width: 100% !important;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  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;
}

/* 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;
}

img {
  margin-bottom: -4px;
}
#caption{
  color: white !important;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.testimonial-caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.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);
}
.img-container{
position: relative;
}
.img-title{
position: absolute;
margin: 0px;
bottom: 5px;
left: 5px;
color: white;
font-weight: bold;
font-size: 1.5rem;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.reviewsDiv{
float: left !important;
clear: both !important;
margin-top: 50px!important;
margin-bottom: 50px !important;
}

.control-btn{
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width: 100%;
	object-fit:contain;
}
.test-relative{
	position: relative;
}