body {
    height: 100%;
    background-color: black;
}

html {
    height: 100%;
}

.bg-image {
    background-image: url("/images/plusgdps_background.png");

    filter: blur(8px);
    -webkit-filter: blur(8px);

    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -100;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#plusgdps-logo {
    max-width: 50%;
    max-height: 50%;
}

@media (min-width: 992px) {
    .row>.col-lg-4:last-child:nth-child(3n + 1) {
        flex: 0 0 100%;
        max-width: 100%;
    }
}