@media only screen and (max-width: 480px) {
    body #accountBalance {
        width: 100%;
        margin-right: 2%;
        float: none;
    }
}

@media only screen and (max-width: 480px) {
   body  div#bookedProperties, body div#PromotionsFeatured, body #MyProperties {
        width: 98%;
        float: none;
    }

body div#contentElinaPBE {
        width: 99%;
        padding: 0;
        margin: 0 auto;
        float: none;
    }
    }

@media screen and (max-width: 778px) {
  #bodyElinaPBE {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }

  .mainGuestLounge {
    width: 100% !important;
    height: auto;
    min-height: 100vh;
    position: relative;
    z-index: 2;
    background: #fff;
    float: none;
    padding: 40px 16px !important;
    box-sizing: border-box;
  }

  .Guestlounge div#contentElinaPBE {
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }
}

html,
body {
  margin: 0;
  width: 100%;
  min-height: 100%;
}

body {
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
}


body.Guestlounge .guest-lounge-iframe {
  width: 100%;
  min-height: 2500px; /* fallback */
  display: block;
  border: 0;
  overflow: hidden;
}

body.Guestlounge .guest-lounge-iframe.is-auto-height {
  min-height: 0 !important;
}

#owners_properties .property_calendar{
    width: 100% !important;
    margin-top: 10px !important;
}
