li {
    padding-bottom: 5px;
    padding-top: 5px;
}
.centered {
    left: 40%;
    position: absolute;
    top: 40%;
}

#container {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#446E9B), to(#6d94bf));
    background: -moz-linear-gradient(linear, 0 0, 0 100%, from(#446E9B), to(#6d94bf));
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 15%;
}

.imageContainer {
    height: 15%;
    left: 0px;
    min-width:100%;
    position: fixed;
    top: 0px;
    width: 100%;
}

.imageSVG {
    background-position: center;
    background-size: cover;
    /*background-size: contain;*/
    /*background-size: 100% 100%;*/
    background-repeat: no-repeat;
    height: 15%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
}

.imageJPEG {
    background-position: center;
    background-size: cover;
    /*background-size: contain;*/
    /*background-size: 100% 100%;*/
    background-repeat: no-repeat;
    height: 15%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
}
