.slide-4{
  width: 100%;
  margin-bottom: -26px;
}
body .flex-control-nav {
  position: relative;
  top: -30px;
  bottom: 0;
  z-index: 99;
}
body ..flexslider {
  border: 0px solid #fff;
}
@media only screen and (max-width: 900px) {
  .h-100 {
    height: 100% !important;
  }
  .top-80 {
    top: 80% !important;
  }
}
.imgslide {
  height: 250px;
  width: 100%;
  object-fit: contain;
  margin-top: 15px;
}

* {
  box-sizing: border-box;
}
.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}
/* The dots/bullets/indicators */
.dot {
  height: 6px;
  width: 30px;
  margin: 0 2px;
  background-color: #bbb;
  display: inline-block;
  transition: background-color 0.1s ease;
}

.activeslide {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.left,
.right {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
.right {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.left:hover,
.right:hover {
  background-color: rgba(115, 115, 115, 0.8);
}
.showSlide {
  display: none;
}
.showSlide img {
  width: 100%;
}
.d-none {
  display: none;
}

.mySlides.fade.showSlide {
  opacity: 1 !important;
}
