#rhspvrcover {
    z-index: 2000;
    background: #ffffff;
	width: 300px;
    height: 250px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: none;
}

#rhspvrbanner {
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    width: 300px;
    height: 250px;
	border: 1px solid #cbcbcb;
	background: #ffffff;
	display: none;
}

.rhspvrcontent{
	position:absolute;
	left: 0px;
    top: 0px;
}
.rhspvrlogo{
    position:absolute;
    max-width: 120px;
    right: 15px;
    bottom: 15px;
}