﻿.show-background {
    min-height: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background: -webkit-linear-gradient(white, grey) fixed;
    background: -moz-linear-gradient(white, grey) fixed;
    background: -ms-linear-gradient(white, grey) fixed;
    background: -o-linear-gradient(white, grey) fixed;
    background: linear-gradient(white, grey) fixed;
    /* For Sanbox site*/
    /*
    background: -webkit-linear-gradient(pink, pink) fixed;
    background: -moz-linear-gradient(pink, pink) fixed;
    background: -ms-linear-gradient(pink, pink) fixed;
    background: -o-linear-gradient(pink, pink) fixed;
    background: linear-gradient(pink, pink) fixed;
    */
}
