@media (min-width: 800px) {
    #bodyBackground {
        background-color: #090d10 !important;
        background-image: url("/img/backgroundImages/classicWide.jpg") !important;
    }
    
    #contentContainer {
        background-color: rgba(255, 255, 255, .04) !important;
        background-image: none !important;
    }
    
    .content {
        /* background-color:rgba(255,255,255,.05) !important; */
    }
}

@media only screen and (orientation: landscape) {
    #bodyBackground {
        background-color: #090d10 !important;
        background-image: url("/img/backgroundImages/classicWide.jpg") !important;
    }
}
