.vector-image img
{
    width:100%;
    max-width:100%;
    text-align: center;
}

.day-background
{
    display:block;
    background:#ffffff;
    background-image: url(../img/day.svg);
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-position: 75% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.night-background
{
    background:#ffffff;
    background-image: url('../img/night.svg');
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-position: 75% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}