.ept-agent__card .ept-agent__image {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.col-md-8.property-single {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1028px) {
    .ept-property__gallery-wrap { display: none; }
  
    .col-md-8.property-single {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .secondary.col-md-4 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
  .col-xl-4 {
      flex: 0 0 50%;
      max-width: 50%;
  }
  
}

@media (max-width: 1027px) {
  	.forhires { display: none; }
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.single-properties .container.wrap-content {
  margin-bottom: 0px;
}

.es-tabbed div.ept-agent__card.ept-agent__card__inner {
	display: none !important;
}

footer .container .container__inner
{
       display: none;
}