.carousel_message {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 24px 0;
    -webkit-font-smoothing: antialiased;
    color: white !important;
}

.carousel_message p {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 24px 0;
    -webkit-font-smoothing: antialiased;
    color: white !important;
}

.carousel_title {
    margin: 0 0 14px;
    line-height: 1.2;
    color: white !important;
}

.owl-carousel .item {
    height: 270px;
}

div.responsive-object {
    padding-bottom: 0% !important;
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.video {
    border: 3px solid white;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    display: inline-flex;
}

.flex-container {
    display: flex;
    align-items: stretch;
}

.carousel_container {
    padding: 25px 25px 25px 25px;
    flex: 1;
}

.video_container {
    margin-top: 10px;
    flex: 1;
    text-align: center;
}

.background_image {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.background_image:after {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.background_image:hover:after {
    opacity: 1;
}

.background {
    height: 100%;
}

.foreground {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 30px;
    height: 100%;
    background: #167ac6;
}

.gas {
    background: #2d953f;
}

.diesel {
    background: #167ac6;
}

.clear {
    background: rgba(0, 0, 0, 0.2);
}

.outline_button {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 3px;
    padding: 10px 20px;
    font-weight: bolder;
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

.outline_button:hover {
    border: 1px solid #fff;
    background: #fff;
    color: black;
    border-radius: 3px;
    padding: 10px 20px;
    font-weight: bolder;
}

.video_container .video iframe {
    width: 100% !important;
    /* height: auto !important; */
    max-width: 480px;
    max-height: 215px;
}