.more-games-cross-promo-button {
    /* width: 10%; */
    height: 13%;
    position: fixed;
    left: 1%;
    top: 10%;
    display: none;
    z-index: 199999;
}

.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);
}