﻿@media only screen and (min-width: 1900px) {
    body {
        background-image: url(../img/bridgeBG.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    html {
        height: 100%
    }
}
@media only screen and (max-width: 900px) {
    .BottomInfoButton {
        width: 100% !important;
    }

}