.language-games-widget {
    width: 320px;
    height: 275px;
    margin: 0 auto 30px;
}

.language-games-widget a {
    text-decoration: none;
}

.language-games-widget .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
    margin-bottom: 10px;
}

.language-games-widget .game-background-container {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100% - 25px);
    border-radius: 10px;
    padding-top: 25px;
}

.language-games-widget .game-background-container.en {
    background-image: url("/images/games/language-games/fundo_Jogotraducao_Ingles.svg");
}

.language-games-widget .game-background-container.es {
    background-image: url("/images/games/language-games/fundo_Jogotraducao_Espanhol.svg");
}

.language-games-widget .game-background-container.fr {
    background-image: url("/images/games/language-games/fundo_Jogotraducao_Frances.svg");
}

.language-games-widget .game-background-container .logo {
    display: block;
    width: 160px;
    height: 134px;
    margin: 0 auto 15px;
}

.language-games-widget .game-background-container .question-holder {
    display: grid;
    align-items: center;
    height: 50px;
}

/* Setting the grid area like this allows both divs to occupy the same space (overlay) */
.language-games-widget .game-background-container .question-holder .question,
.language-games-widget .game-background-container .question-holder .arrow {
    grid-area: 1 / 1;
}
.language-games-widget .game-background-container .question-holder .question {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 25px;
    padding: 0 25px;
}

.language-games-widget .game-background-container .question-holder .question .trad{
    font-weight: bold;
    font-style: italic;
}

.language-games-widget .game-background-container .question-holder .arrow {
    height: 26px;
    margin: auto 0 auto 285px;
}

@media (min-width: 992px) {
    .language-games-widget {
        width: 300px;
        margin: 0 0 30px;
    }

    .language-games-widget {
    }
    
    .language-games-widget .title {
    }
    
    .language-games-widget .game-background-container {
    }
    
    .language-games-widget .game-background-container .logo {
    }
    
    .language-games-widget .game-background-container .question-holder {
    }
    
    .language-games-widget .game-background-container .question-holder .question {
    }
    
    .language-games-widget .game-background-container .question-holder .arrow {
        margin-left: 265px;
    }
}