/*  Removing Pano Background  */
/*

body #wrapper #bg {
    display: none !important;
}
body #wrapper #overlay {
    background-color: #001b47;
    background-image: url(images/bg-fixed-a.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.3 !important;
 }
*/