#titleContainer {
    height: 600px !important;
    background-image: url("/img/intro-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, .5);
    background-blend-mode: multiply;
}

.whyContentSvg {
    width: 100px !important;
    height: 100px !important;
    margin-left: auto;
    margin-right: auto;
}

.whyContentSvg > svg{
    margin-left: 25%;
    margin-top: 25%;
    width: 50px;
    height: 50px;
    fill: #ffffff;
}

#gallery img{
    min-width: 250px;
    max-width: 100%;
}

#reviews table {
    max-width: 900px;
}

#command img {
    width: 300px;
}