#screen-3-scene {
   height: 1045px;
   width: 1810px;
   margin: 0;
   position: absolute;
   transform: scale(0.48) translate(-63%, -100%);
   left: 0;
   transform-origin: center center;
   top: 0;
}
#screen-3-scene-bg {
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url('../img/roadgrip.svg');
    background-size: cover;
}
#screen-3-scene #bricktop-model {
    width: 90px;
    position: absolute;
    left: calc(50% - 15px);
    top: 360px;
    filter: contrast(1.5) hue-rotate(-5deg);
}
.screen-3-scene-obj {
 position: absolute;
 cursor: pointer;
}
.screen-3-scene-obj:hover span:before {
    left: -25px;
    top: -20px;
}
.screen-3-scene-obj:hover span:after {
   right: -20px;
    bottom: -15px;
}
.screen-3-scene-obj img {
    height: 100%;
    width: 100%;
    transition: 0.3s ease-in-out;
}
.screen-3-scene-obj-img-scale {
    transform: scale(1.1);
}
#screen-3-scene-obj-1 {
    width: 450px;
    left: 350px;
    top: 150px;
}

#screen-3-scene-obj-1 span {
    position: absolute;
    left: -23px;
    transform: rotateZ(-30deg);
    top: 26px;
}
#screen-3-scene-obj-1:hover span {
   left: -33px;
   top: 23px;
}
#screen-3-scene-obj-2 {
   width: 420px;
    height: auto;
   top: 575px;
    left: 310px;
}
#screen-3-scene-obj-2 #flamingo-3d {
        top: 30px;
    position: absolute;
    left: 80px;
    z-index: 5;

}
#screen-3-scene-obj-2 span {
   position: absolute;
    left: 40px;
    transform: rotateZ(30deg);
    top: 240px;
}
#screen-3-scene-obj-2:hover span {
       left: 30px;
    
    top: 250px;
}
#screen-3-scene-obj-3 {
   
  width: 400px;
    height: 260px;
    right: 350px;
    top: 125px;
}
#screen-3-scene-obj-3:hover span {
        right: -21px;
   
    top: 51px;
}
#screen-3-scene-obj-3 span {
       position: absolute;
    right: -11px;
    transform: rotateZ(30deg);
    top: 61px;
}
#screen-3-scene-obj-4 {
width: 400px;
    height: 260px;
    right: 286px;
    top: 410px;
}
#screen-3-scene-obj-4 span {
    position: absolute;
    right: -13px;
    transform: rotateZ(30deg);
    top: 65px;
}
#screen-3-scene-obj-4:hover span {
       right: -23px;
    
    top: 55px;
}
#screen-3-scene-obj-5 {
   width: 400px;
    height: 260px;
    right: 470px;
    top: 600px;
}
#screen-3-scene-obj-5 span {
    position: absolute;
    right: -6px;
    transform: rotateZ(30deg);
    top: 65px;
}
#screen-3-scene-obj-5:hover span {
       right: -16px;
    
    top: 55px;
}
.screen-3-scene-obj span {
    font-family: 'Press Start 2P';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    transition: 0.2s ease-in-out;
/* or 14px */
    text-align: center;

/* Text */
    position: relative;
    color: #505050;
    text-transform: uppercase;
}


#screen-3-scene-obj-6 {
    width: 92px;
    height: auto;
    position: absolute;
    top: 350px;
}

#bricktop-model {
    transition: 0.3s ease-in-out;
}
.bricktop-model-3-active {
    top: 195px !important;
    left: calc(50% + 240px) !important;
} 
.bricktop-model-3-hide {
    
}

#screen-3-scene-obj-1-smoke-1 {
        background-color: white;
    width: 30px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    left: 153px;
    top: -17px;
    
    animation-delay: 0s;
    opacity: 0;
}

#screen-3-scene-obj-1-smoke-2 {
      background-color: white;
    width: 60px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    left: 138px;
    top: -38px;
     opacity: 0;
  
    animation-delay: 0.5s;

}

#screen-3-scene-obj-1-smoke-3 {
   background-color: white;
    width: 75px;
    height: 35px;
    position: absolute;
    border-radius: 50%;
    left: 130px;
    top: -65px;
     opacity: 0;
   
    animation-delay: 1s;
}
.screen-3-scene-obj-1-smoke-active {
     animation: smoke-opacity ease-in-out 3s infinite;
}
@keyframes smoke-opacity {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0.5;
    }
}




@media only screen and (max-width:1399px) {
    

    #screen-3-scene {
        transform: scale(0.42) translate(-73%, -55%);
    }


}

@media only screen and (max-width:767px) {

    #screen-3-scene {
        transform: scale(0.2) translate(-250%, -135%);
        margin: 0 auto;
        left: 50%;
    }

    .about-text-block.game-block {
        padding-bottom: 200px;
    }

}