
.banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .photos {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .photos .photo {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 30%;
  opacity: 0;
  transition: opacity 2s;
}
.banner .photos .photo.active {
  opacity: 1;
}
/* .banner .photos .photo:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.75;
} */
.banner .grid {
  display: table;
  table-layout: fixed;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 50%;
  left:25%;
  padding: 0;
  box-sizing: border-box;
}
.banner .grid .col {
  display: table-cell;
  width: 33.3333%;
  vertical-align: bottom;
}
.banner .info {
  display: inline-block;
  position: relative;
  /* margin: 25px; */
  opacity: 0.25;
  transition: opacity 1s;
  cursor: pointer;
  /* * {
      pointer-events: none;
    } */
}
.banner .info .loader {
  position: relative;
  width: 180px;
  height: 2px;
  margin: 0 0 30px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  transition: background 0.5s;
  border-radius:100px;
}
.banner .info .loader .bar {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
}


.banner .info .more {
  height: 0;
  overflow: hidden;
  font-weight: 700;
  /* transition: height 0.5s, margin 0.5s, color 0.5s; */
  width:200px;
}
.banner .info .more:after {
  content: '';
  display: inline-block;
  margin-left: 9px;
  color: #ff0;
  font-size: 10px;
  /* transition: margin 0.5s; */
}
.banner .info:after {
  /* content: ''; */
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  margin: 30px 0 0;
  background: rgba(255, 255, 255, 0.3);
  transition: background 0.5s;
}
.banner .info.active {
  opacity: 1;
  transition: opacity 0.5s;
}
.banner .info.active .loader .bar {
  background: #c3c3c3;
}
.banner .info.active .more {
  height: 52px;
  margin-top: -15px;
}
.banner .info.active:hover .loader {
  /* background: #ff0; */
}
.banner .info.active:hover .more {
  color: #ff0;
}
.banner .info.active:hover .more:after {
  color: #fff;
  margin-left: 12px;
}
.banner .info.active:hover:after {
  background: #fff;
}

.banner-content{ position:absolute; bottom:10%; left:10%;z-index: 9;color:#ffffff;font-weight: 100;}
.banner-content h6{ font-size:16px; font-weight: 100;}
.banner-content p{ font-size:40px;     width: 65%;
    font-weight: 100;}
.slider-video{width:100%}