﻿.bannerfoto {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    min-height: 200px;
}

#logo {
    padding: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#baseline {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
}

#baselineback {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
}

@media (max-width: 768px) {
    #baseline {
        display: none;
    }

    #baselineback {
        display: none;
    }
}
