.raychat-bg {
    overflow:hidden;
    background-image: url(../images/raychat-background.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}