/* CSS Document */
/**/
@media screen and (orientation: landscape) {

    html{
        background-image: url('/img/FT_Landscape.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        background-color: #f3f3f3;
    }
    body{
        display: none;
    }

}