div.big-image {
    background-image: url("../images/header_game.png");
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center -40%;
    background-attachment: fixed;
    margin-bottom: -300px;
}

div.card {
    position: relative;
    max-width: 900px;
    background-color: #ffffff;
    margin: 0 auto;
    /* top: 200px; */
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px #555555;
    display: flex;
    z-index: 20;
}

div#card-thumbnail__holder {
    /* flex: 1; */
}

div#card-description__holder {
    flex: 2;
    padding: 0px 20px 0px 0px;
    text-align: justify;
}

span.card__short-description {
    color: #555555;
}

img.card-thumbnail {
    margin: 0px 20px 20px 0px;
    height: 300px;
}

div.card span.card__game-title {
    color: #333333;
    font-weight: bold;
    font-size: 200%;
    text-align: left;
}

div.card-store__buy {
    background-color: #1c66ba;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    text-decoration: none;
    border: 1px solid #1c66ba;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}

div.card-store__buy:hover {
    background-color: #ffffff;
    color: #1c66ba;
}






/*  */
