.overlay-banner {
  position: absolute;
  width: 100%;
  height: 135px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.overlay-slider {
  position: absolute;
  width: 100%;
  height: 670px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 1;
}

.custom-thumb-info-style-1 .thumb-info-wrapper {
  height: 235px;
}

.thumb-info img {
  top: 0px;
  bottom: 0px;
  margin: auto;
  position: absolute;
}

#header .header-logo img {
  max-width: 250px;
}

#header.header-effect-shrink .header-container {
  min-height: 80px;
}

@media (max-width: 991px) {
  #header .header-nav-main nav>ul li:hover .dropdown-menu {
    display: block !important;
  }

  .portfolio-item iframe {
    width: 100%;
  }

  #header .header-nav-main nav > ul li {
    padding: 4px 0px;
  }
}