@media screen and (max-width: 1024px) {
  .Video {
    height: calc(100vh + 10rem);
  }
}
@media screen and (max-width: 768px) {
  .FilterSlider {
    height: 520px;
  }
  img[alt=ResidentialPropertiesshap1],
img[alt=ResidentialPropertiesshap2] {
    width: 190px !important;
  }
  .sb-topnav {
    background: white;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .profile > a img {
    width: 46px;
    height: 46px;
    margin-left: 0;
  }
  .TabsImageLinks {
    order: -3;
    margin-bottom: 20px !important;
  }
  .TabsImageLinks button img {
    width: 40px !important;
    height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .logincard {
    min-width: auto !important;
  }
  .gridDesign .wide {
    grid-column: span 1;
  }
  .gridDesign .tall {
    grid-row: span 1;
  }
  .gridDesign .big {
    grid-column: span 1;
    grid-row: span 1;
  }
  .propertyCard > div:nth-child(even) a {
    margin-top: 0rem;
    display: block;
  }
  .FilterSlider {
    height: 460px;
  }
  .swiper-button-next::after,
.swiper-button-prev::after {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .videoBanner {
    height: calc(100vh - 3rem);
  }
}/*# sourceMappingURL=media.css.map */