@media (max-width: 768px) {
	.nameplate img {
    display:none;
	}	
	.game-type span {
    margin-left: 15px;
	display:none;
}
}
.nameplate img {
    width: 200px;
}

.game-bg {
    min-height: 500px;
    border: 15px solid #ffffff;
    border-radius: 25px;
    position: relative;
}

.game-content {
    width: 100%;
    margin: 50px auto;
}

.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;
}

.continue-row .question-image img {
    height: 100%;
	padding: 0 50px;
}

.answer-image img {
    width: 100%;
}

.question-images-container{
    background: #F8E197;
    padding: 20px;
    border: 5px solid #ffff;
    border-radius: 43px;
    width: 90%;
    margin: auto;
}

.answers-images-container{
    width: 92%;
    margin: auto;
    margin-top: 40px;
}
.answer-image:hover{
	-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.6s 0s ease-out;
-moz-transition: all 0.6s 0s ease-out;
-o-transition: all 0.6s 0s ease-out;
transition: all 0.6s 0s ease-out;
border-color: #F8E197;
}


.question-description{
color: #db1f01;
    font-size: 23px;
    text-align: center;
    margin-top: 25px;
}

.question-image, .answer-image {
position: relative;
    height: auto;
    /* max-height: 317px; */
    background: #ffffff;
    /* text-align: center; */
    padding: 0px;
    border: 5px solid;
    width: 16rem;
    margin: 20px;
}

.question-image > .btn-no {
    display: none !important;
}


.question-image{
    border-color: #A6A7FD;
	width:200px;
	height: 200px;
}

.answer-image{
    border-color: #A6A7FD;
    cursor: pointer;
}

.anknown-image{
    border-color: #F7AC03;
    padding: 42px;
}

.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);
}

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

.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);
}

.well-done-content img {
    width: 50%;
}

.well-done {
    width: 70%;
    background-image: url(../../images/icons/bubble_win.png);
    margin: 0 auto;
    background-size: 100%;
    padding: 47px;
    display: flex;
    justify-content: center;
}

.well-done-video-btn {
    position: absolute;
    width: 190px;
    height: 56px;
    background-image: url(../../images/icons/video.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: -72px;
    cursor: pointer;
}

.video-modal {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 77px;
    height: 77px;
    background-size: 77px;
    background-image: url(../../images/icons/play.png);
    z-index: 1;
    cursor: pointer;
}

.video-container {
    z-index: 999;
    position: absolute;
    top: 50%;
    background: #ffd233;
    border: 4px solid #cca829;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 80%;
    border-radius: 6px;
}

.video-close-btn {
    font-family: 'Fredoka One', cursive;
    position: absolute;
    right: 20px;
    top: 4px;
    font-size: 51px;
    color: #BF0000;
    line-height: 50px;
    z-index: 4;
    font-weight: bold;
    opacity: 1;
    cursor: pointer;
}

.video {
    width: 100%;
    cursor: pointer;
}


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

.answer-image.hidden {
    border: 0;
    background: 0;
}

.answer-image.hidden > img {
    display: block !important;
    opacity: 0;
    cursor: default;
}
