
.more-games-cross-promo-button {
	height: 8%;
    position: fixed;
	left:2%;
	right:0;
	top:15%;
    display: none;
}

.more-games-cross-promo-button .button-image{
   
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 13px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 13px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 13px 0px rgba(0, 0, 0, 0.75);
}