
.thumbs {
    padding: 50px;
    background-image: url(../img/flag.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.thumbnail {
    min-height: 360px;
}

.content {
    padding: 50px;
    background-image: url(../img/track2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 90%;
}

.welcome-wrapper {
    color: cornflowerblue;
}

.logo {
    background-image: url(../img/mk_transparent.png);
    background-repeat: no-repeat;
    height: 450px;
    background-size: 300px 225px;
    background-position-x: -25px;
    background-position-y: 0px;
    margin-top: 100px;
}