/* Place your CSS styles in this file */

 .wrapper{
    position:relative;
    z-index: 1;
    display: inline-block;
}

.hidelogo{
    position: absolute;
    width: 1900px;
    height: 65px;
    background:#ffffff;
    right: 0px;
    bottom: 0px;
    z-index:999;
    display: block;
    color:#ffffff;
}
