@media only screen and (orientation:portrait) {
    #turn { display:block; }
    #container { display:none; }
}

@media only screen and (orientation:landscape) {
    #turn { display:none; }
    #container { display:block; }
}

body{
    position: relative;
    margin: 0;
    height : 100%;
    background-color: #75261f;
}
#bm{
    position: absolute;
    top: 0px;
    left:0px;
    height: 100vh;
    z-index: -100;
}
#play-button{  
    position: relative;
    /* scale-height */
    left: 45vh;
    top: 5vh;
    width: 15vh;
    height: 15vh;
}
#rotation{  
    /* scale-height */
    position: absolute;
    text-align: center;
    left: 0vh;
    top: 50%;
    color: #ffffff;
    font-size: 100px;
}#flag{  
    position: relative;
    /* scale-height */
    left: -5vh;
    top: -2.5vh;
}