@media screen and (max-width: 580px) {
  .page {
    width: 98%;
    position:absolute;
    top:100px;
  }
  #brand-logo {
    padding-top: 10px;
    top: -100px;
  }
  #user-account {
    position: absolute;
    top:290px;
    height: 15px;
  }
  h1 {
    width: 100%;
  }
  dd.tel {
    width: 100%;
  }
  .recommendation {
    width: 100%;
  }
  #map-container {
    top: 0px;
  }
  .innerColBlock h3 {
    background: transparent url(https://solfo.pimg.net/ypprod/images2010/bgProfileColRightHd.v488b956.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        border-radius: 10px 10px 0px 0px;
  }
  .innerColBlock .blockContent {
    background: transparent url(https://solfo.pimg.net/ypprod/images2010/bgProfileColRightBd.vebd1cd2.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        border-radius: 0px 0px 10px 10px;
  }
}
