.nameplate img {
    width: 200px;
}

.game-content {
    width: 90%;
    margin: 50px auto;
	margin-top: 15px;
}

.question-container img {
    width: 100%;
}

.answer img {
    width: 70px;
}

.answer .btn-yes {
    margin-right: 15%;
}

.game-results{
    background: #ffffff;
    width: fit-content;
    margin: 0 auto;
    padding: 20px;
    border-radius: 30px;
    margin-top: 30px;
}

.game-results img{
    width: 30px;
    margin-right: 10px;
}

.continue-row h2{
    background: -webkit-linear-gradient(#FE7800, #FFB600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}

.question-image.active {
    border: 10px solid green;
}

.continue-row .question-image img, .answer-image img{
    width: 100%;

}
.answer-image-container {
	position:relative;
	-webkit-transition: all 1s 0s ease;
-moz-transition: all 1s 0s ease;
-o-transition: all 1s 0s ease;
transition: all 1s 0s ease;
}
.answer-image-container:hover {
	-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.answer-image.hidden {
    border: 0;
    background: 0;
}

.answer-image.hidden > img {
    display: none !important;
}

.answer-image.wrong {
    background: #EB686A;
    border: 5px solid #F63837;
}

.question-images-container{
    background: #F8E197;
    padding: 20px;
    border: 10px solid #ffff;
    border-radius: 43px;
}

.answers-images-container{
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}

.question-image, .answer-image {
    background: #ffffff;
    margin: 15px;
   /* text-align: center;
    padding: 15px;*/
    border: 5px solid;
    min-width: 200px;
}

.question-image{
    border-color: #A6A7FD;
}

.answer-image{
    border-color: #FF7F7F;
    cursor: pointer;
    position: relative;
   /* padding-right: 175px;*/
   /* padding-right: 175px;*/
    min-height: 200px;
}

.btn-no {
    position: absolute !important;
    bottom: -80px;
    left: 50%;
    width: 60px !important;
    transform: translate(-50%, 0);
}

.unknown-image{
    border-color: #F7AC03;
    /*padding: 42px;*/
}

.unknown-image img {
    width: 100px !important;
}

.answer-image > img {
    position: absolute;
}

.true-image{
    border-color: #00BF02;
}

.music-icon,
.sound-icon {
    position: absolute;
    bottom: -7px;
    width: 60px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
}

.music-icon {
    left: -7px;
}

.sound-icon {
    right: -7px;
}

.btn-next {
    background-image: url(../../images/icons/btn_dalee.png);
}

.btn-next:hover {
    background-image: url(../../images/icons/btn_dalee_hover.png);
}

.false-answer {
    width: 400px;
    margin: 0 auto;
}

.try-again {
    background-image: url(../../images/icons/btn_povtorit.png);
}

.try-again:hover {
    background-image: url(../../images/icons/btn_povtorit_hover.png);
}

.next-game {
    background-image: url(../../images/icons/btn_next.png);
}

.next-game:hover {
    background-image: url(../../images/icons/btn_next_hover.png);
}

