#carousel {
    position: relative;
    height: 372px;
}

#carousel > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.info-thumbnails-slice {
    float: none;
    width: 90%;
    margin: 0 auto;
}

.info-thumbnails-slice .btn {
    float: unset !important;
}
.info-thumbnails-slice .btn.blog {
    color: #fff !important;
    float: unset !important;
    border: 1px solid #ffffff !important;
}
.info-thumbnails-slice .bg-overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 450px;
    padding-top: 50px;
    border: 15px solid #eeeeee;
}
.info-thumbnails-slice h1.blog-title {
    color: #ffffff;
    font-size: 5rem;
}
.info-thumbnails-slice .blog-sub-content p {
    color: #ffffff !important;
    width: 100%;
    margin-top: 30px;
    font-family: BaskervilleMTStd-Italic,Arial,Helvetica,sans-serif !important;;
    font-size: 3rem !important;
}
.info-thumbnails-slice .blog-content {
    width: 100%;
    margin: 0 auto;
}
.info-thumbnails-slice .blog-button {
    margin-top: 50px !important;
}

.info-thumbnails-slice hr {
    border: 0;
    border-top: 5px solid #fff;
    width: 20%;
    margin: 0 auto !important;
    margin-top: 10px !important;
    text-align: center;
}

.desc-inner hr {
    margin-top: 10px!important;
}

@media screen and (min-width: 1024px) {
    #carousel {
        height:372px;
    }
}

[data-page="Home Page"] #boutinotCarousel {
    padding-bottom: 40px;
}

[data-page="Home Page"] .carousel-indicators li {
    border: 1px solid #651d32;
}

[data-page="Home Page"] #boutinotCarousel li.active {
    background-color: #651d32;
}

[data-page="Home Page"] .info-thumbnails-slice  .col-md-6 {
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}


[data-page="Home Page"] .info-thumbnails-slice .info-thumbnail-slice-box .box-height {
    height: 450px;
    position: relative;
}

@media screen and (max-width: 600px) {

    [data-page="Home Page"] #bout inotCarousel .carousel-indicators li {
        width: 20px !important;
        height: 20px !important;
    }

    [data-page="Home Page"] #boutinotCarousel .carousel-indicators {
        bottom: 15px !important;
    }

    [data-page="Home Page"] .box-height {
        height: 250px !important;
    }

    [data-page="Home Page"] .info-thumbnail-slice-box {
        margin-top: 25px !important;
    }

    [data-page="Home Page"] .info-thumbnails-slice .blog-sub-content p {
        font-size: 2rem !important;
        margin-top: 15px;
    }

    .info-thumbnails-slice h1.blog-title {
        font-size: 4rem;
    }
}
