@media (max-width: 767px) {
  .main-header--two .main-header__center .top-area {
    display: block !important;
  }
  .main-header--two .main-header__center .top-area li {
    margin-top: 0 !important;
	  justify-content: center;
  }
  .about-two__thumb__video {
    left: 0;
  }
  .testimonials-card {
    margin-right: 0;
  }
  #gallery .img-wrapper.long-image,
  #gallery .img-wrapper {
    height: 140px;
  }
  #gallery .img-wrapper.long-image img,
  #gallery .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .project-sec:before {
    display: none;
  }
  .map-area form {
    height: auto;
  }
  .map-area form input[type="submit"] {
    width: auto;
  }
  .footer {
    padding-bottom: 0;
  }
}
