.container-fluid {
    padding: 0px !important;
}

/* Homepage */
.container-fluid .homepage-carousel {
    background-color: #C95C32 !important;
    height: 500px !important;
    position: relative;
}

.carousel-item img {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 500px;
    object-fit: cover;
}

.carousel {
    height: 500px;
}

.personalised-welcome-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.personalised-welcome-block {
    background-color: #C95C32;
    padding: 15px 20px 10px 20px;
}

.portal-welcome {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0 100px 0;
    height: 500px;
}

.scheduler-jumbotron {
    color: #f7f8f8 !important;
    background-color: #C95C32;
    padding: 40px;
}

.scene-store-jumbotron {
    background-color: #295c8a;
}

.scheduler-jumbotron img,
.scene-store-jumbotron img {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 500px;
    object-fit: cover;
}

.scheduler-jumbotron .d-flex,
.scene-store-jumbotron .d-flex {
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    padding-right: 30%;
    padding-left: 10%;
}

.news-header {
    padding-top: 50px;
    text-align: left;
    padding-bottom: 25px;
}

.post-cards {
    padding-bottom: 50px;
}

.scene-card img {
    height: 200px !important;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
}

/* Other */

.alert {
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 0;
}


.login-video video {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 100% !important;
    object-fit: cover;
}