/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 50%;
  padding: 5px;
}

.column_quarter {
  float: left;
  width: 25%;
  padding: 5px;
}

.column_quarter_flex {
  float: left;
  width: 75%;
  padding: 5px;
}

.col-img {
  width:100%;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}


.banner-img {
    max-width:1000px;
    width: 75%;
    margin:0 auto;
    padding:0;
    margin-bottom: 15px;
    list-style: none;
    display:block;
}

.banner-video {
    max-width:1000px;
    margin:0 auto;
    padding:0;
    margin-bottom: 15px;
    list-style: none;
    display:block;
}

.profile-img {
  float: left;
  margin-right: 15px;
  width: 30%;
  min-width: 200px;
  max-width: 400px;
}

.clearfix{
  overflow:auto;
}

.video-box{
  padding-top: 56.25%;
  background-color: black;
  position: relative;
  margin-bottom: 15px;

}

.video{
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
}



* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  display: block;
  width:100%;
  max-width: 700px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

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

/* Position the "next button" to the right */
.next {
  right: 15px;
  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: #000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 10px;
  left: 15px;
  background: white;
  opacity: 0.8;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 0;
  color: white;
}

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

/* Four columns side by side */
.column-gal {
  float: left;
  width: 25%;
}

/* 7 Columns side by side */
.column-gal-small {
  float: left;
  width: 12.5%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

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

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
  .column {
    width: 100%;
  }

  .column_quarter{
    width: 50%;
  }

  .column_quarter_flex{
    width:50%;
  }

  .profile-img {
    width: 50%;
  }

  .banner-img {
      width: 90%;
  }

}
@media screen and (max-width: 992px) {

}
