.top-header {
  background-color: #fff;
}

.header-mobile-languages,
.property-image .overlay,
.featured-properties-image .overlay{
  display: none;
}

.top-header .top-header-block {
  visibility: hidden;
}

.featured-properties-teaser .share-btn,
.featured-properties-teaser .btn-share-icon{
  display: none !important;
}

li.landing-slider-slide {
  width: 100%;
  height: 80%; /* Example: 80% of its parent's height */
}

.site-main .deal-section {
    padding-top: 0px;
	padding-bottom: 0px;
    margin-top: -100px;
}

@media (min-width: 990px) {
  .brand-logo img {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 575px) {
  .contact-section img {
  	padding-left: 10%;
    padding-right: 10%;
  }
}
