.bgvid {
    display: block;
    background-position: center center;
    background-attachement: fixed;
    position: absolute;
    bottom: 0px; right: 0px;
    min-width: 100%; min-height: 100%;
    width: auto; height: auto;
    z-index: -9;
    background: url(/themes/alter/images/palladium.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}

@media screen and (max-device-width: 640px) {
    body { background: url(/themes/alter/images/palladium.jpg) #f00 no-repeat center center fixed; }
    .bgvid { display: none; }
}

.backgroundImage {
    display: none;
}

.alter .home h2 {
    display: none;
}
