#overlayContainer {
    /*width:320px;*/
    width:100%;
    background-color:#999;
}

#image {
    background-color: #333;
}

#image img {
    width:100%;
}

#logo {
    /*top: 190px;
    left: 195px;*/
    position: absolute;
    z-index: 5;
    width:25px;
}

#logo img {
    width:100%;
}

.wbg_details_image_box {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    }

/*

transform:          rotate(270deg);
-ms-transform:      rotate(270deg);
-moz-transform:     rotate(270deg);
-webkit-transform:  rotate(270deg);
-o-transform:       rotate(270deg);

*/