@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;
  }
  .innerColBlock h3 {
    background: transparent url(https://www.yellowbot.com/static/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://www.yellowbot.com/static/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;
  }
}
