#gamePromo {
    display: flex;
    flex-direction: row;
    padding: 10px;
}

#cross-sell-image, #cross-sell-text {
    display: inline-block;
    height: 100%;
}

#cross-sell-image {
    flex: 0.7;
}

#cross-sell-text {
    flex: 2;
    text-align: start;
    position: relative;
    font-size: 2rem;
    margin-left: 15px;
}

    #cross-sell-text img {
        position: absolute;
        right: -5px;
        bottom: -5px;
    }

#three-game-upsell {
    height: 100%;
    width: 100%;
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

    .flex-container > a.imageLink.promoLink {
        flex: 1;
    }

/* Maintain the original aspect ratio, resizing due to images being too large */
.imageLink.promoLink > img {
    width: 156px;
    height: 100px;
}

#game-over-play-button:hover {
    cursor: pointer;
}
