html,
body {
    background-color: black !important;
}

#Content {
    background-color: transparent !important;
    color: #fff !important;
}

.tile {
    padding: 15px !important;
    text-align: center !important;
}

.tile img {
    margin: auto;
    width: 50%;
    height: auto;
}

.btn-default {
    background-color: #F92E1F !important;
    color: white !important;
}

.modal-content {
    color: black !important;
}

.video-container {
    height: 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 575px) {
    .tile img {
        margin: auto;
        width: 100%;
        height: auto;
    }
}