.homePage__carouselSection {
    background-color: #1E1E1E;
    color: #FFFFFF;
    font-family: "PT Serif Regular";
    margin-bottom: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    overflow: hidden;
}

.homePage__carouselSection__carouselTextContainer > .homePage__carouselSection__carouselTextContainer__item {
    opacity: 0;
}

.homePage__carouselSection__mobileCarouselContainer__item {
    position: relative;
}

.homePage__carouselSection__mobileCarouselContainer__item .homePage__carouselSection__carouselTextContainer__item {
    position: absolute;
    left: 0;
    top: 0;
}

.homePage__carouselSection__carouselImagesContainer,
.homePage__carouselSection__mobileCarouselContainer__item__media {
    background: #1D1D1D;
    color: #505050;
    text-align: center;
    position: relative;
}

.homePage__carouselSection__mobileCarouselContainer__item__media {
    overflow: hidden;
}

.homePage__carouselSection__carouselImagesContainer {
    box-sizing: content-box;
    padding-bottom: 30px;
    overflow: hidden;
    height: 430px;
}

.homePage__carouselSection__carouselImagesContainer > * {
    box-sizing: border-box;
}

.homePage__carouselSection__carouselImagesContainer__inner {
    white-space: nowrap;
    height: 100%;
    opacity: 0;
}

.homePage__carouselSection__carouselImagesContainer .owl-carousel,
.homePage__carouselSection__carouselImagesContainer .owl-carousel.owl-loaded {
    height: 400px;
}

.homePage__carouselSection__carouselImagesContainer .owl-carousel,
.homePage__carouselSection__carouselImagesContainer .owl-carousel.owl-loaded {
    width: 630px;
    max-width: 100%;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
}

.homePage__carouselSection__arrowContainer {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 50;
    width: 80%;
    height: 2px;
}

.homePage__carouselSection__arrowContainer__arrow {
    position: absolute;
    font-family: "Roboto Light";
    font-size: 75px;
    line-height: 50px;
    height: 50px;
    margin: 175px 0;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
}

.homePage__carouselSection__arrowContainer__arrow.leftArrow {
    left: 20px;
}

.homePage__carouselSection__arrowContainer__arrow.rightArrow {
    right: 20px;
}

.homePage__carouselSection__carouselImagesContainer .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.homePage__carouselSection__carouselImagesContainer .owl-stage-outer,
.homePage__carouselSection__carouselImagesContainer .owl-stage,
.homePage__carouselSection__carouselImagesContainer .owl-item,
.homePage__carouselSection__carouselImagesContainer__item {
    display: inline-block;
    height: 100%;
    max-height: 100%;
    font-size: 100px;
}

.homePage__carouselSection__carouselImagesContainer__item {
    line-height: 400px;
    overflow: hidden;
    cursor: default;
}

.homePage__carouselSection__carouselImagesContainer__item .postThumbnailSpecialContentIndicator {
    display: none;
}

.homePage__carouselSection__carouselImagesContainer__item .postThumbnailInnerContainer,
.homePage__carouselSection__carouselImagesContainer__item .postThumbnailInnerContainer__noImage {
    background: #D1D1D1;
    height: 100%;
    width: 450px;
}

.homePage__carouselSection__carouselImagesContainer__item__imgContainer {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    width: 100%;
}

.homePage__carouselSection__carouselImagesContainer__item__imgContainer img {
    height: 100%;
    width: auto;
}

.homePage__carouselSection__carouselImagesContainer .owl-theme .owl-controls {
    position: relative;
    top: 12px;
}

.homePage__carouselSection__carouselTextContainer {
    text-align: center;
    box-sizing: border-box;
    height: 260px !important;
    padding-top: 30px;
    margin: -30px auto 0;
    overflow: hidden;
}

.homePage__carouselSection__carouselTextContainer > .owl-stage-outer,
.homePage__carouselSection__carouselTextContainer > .owl-stage-outer > .owl-stage,
.homePage__carouselSection__carouselTextContainer .owl-item {
    height: 100%;
}

.homePage__carouselSection__carouselTextContainer .owl-controls {
    display: none;
}

.homePage__carouselSection__carouselTextContainer > .owl-stage-outer > .owl-stage {
    line-height: 240px;
}

.homePage__carouselSection__carouselTextContainer .owl-item {
    display: inline-block;
    text-align: center;
    line-height: 240px;
}

.homePage__carouselSection__carouselTextContainer__item {
    display: inline-block;
    padding: 0 30px;
    width: 900px;
    max-width: 100%;
    line-height: 1;
    vertical-align: middle;
}

.homePage__carouselSection__mobileCarouselContainer__item > .homePage__carouselSection__carouselTextContainer__item {
    position: absolute;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px 50px 10px;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    line-height: 460px;
}

.homePage__carouselSection__carouselTextContainer__item__title,
.homePage__carouselSection__carouselTextContainer__item__desc {
    word-wrap: break-word;
}

.homePage__carouselSection__carouselTextContainer__item__title {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    word-wrap: break-word;
}

.homePage__carouselSection__carouselTextContainer__item__desc {
    font-size: 18px;
    line-height: 21px;
}

.homePage__carouselSection__carouselTextContainer__item__meta {
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Roboto Medium";
    line-height: 24px;
    cursor: default;
}

.homePage__carouselSection__carouselTextContainer__item__meta > * {
    display: inline;
}

.homePage__carouselSection__carouselTextContainer__item__meta__author,
.homePage__carouselSection__carouselTextContainer__item__meta__author > a {
    font-size: 9px;
    color: #FFFFFF;
}

.homePage__carouselSection__carouselTextContainer__item__meta__time {
    font-size: 10px;
}

.homePage__carouselSection__carouselTextContainer__item__meta__divider {
    font-family: "Roboto Medium";
    margin: 0 10px;
}

.homePage__carouselSection__socialContainer {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 50;
    width: 100%;
}

.homePage__carouselSection__socialContainer__item {
    display: inline-block;
    margin: 0 4%;
    height: 15px;
    width: 15px;
}

.homePage__carouselSection__socialContainer__item svg {
    height: 100%;
    float: left;
}

.homePage__carouselSection__socialContainer__item svg * {
    fill: #FFF;
}

@media screen and (max-width: 768px) {
    .homePage__carouselSection {
        position: relative;
    }

    .homePage__carouselSection,
    .homePage__carouselSection__mobileCarouselContainer__item .homePage__carouselSection__carouselImagesContainer__item,
    .homePage__carouselSection__carouselImagesContainer,
    .homePage__carouselSection__carouselImagesContainer .owl-carousel,
    .homePage__carouselSection__carouselImagesContainer .owl-carousel.owl-loaded {
        height: 499px;
    }

    .homePage__carouselSection__carouselImagesContainer {
        margin: 0;
    }

    .homePage__carouselSection__mobileCarouselContainer .owl-controls {
        display: none;
    }

    .homePage__carouselSection__mobileCarouselContainer__item .homePage__carouselSection__carouselImagesContainer__item {
        width: 100%;
    }

    .homePage__carouselSection__mobileCarouselContainer__item .homePage__carouselSection__carouselImagesContainer__item__imgContainer {
        background-size: cover;
    }

    .homePage__carouselSection__carouselImagesContainer,
    .homePage__carouselSection__carouselTextContainer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .homePage__carouselSection > .textContainerWrapper {
        position: absolute;
        height: 100%;
        width: 100%;
        text-align: center;
        line-height: 499px;
    }

    .homePage__carouselSection__carouselTextContainer__item__innerWrapper {
        padding: 0 10%;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

    .homePage__carouselSection__carouselTextContainer__item__desc {
        color: #C5C5C5;
    }

    .homePage__carouselSection__carouselTextContainer__item__meta {
        font-size: 13px;
    }

    .homePage__carouselSection__carouselTextContainer__item__meta,
    .homePage__carouselSection__carouselTextContainer__item__meta__author,
    .homePage__carouselSection__carouselTextContainer__item__meta__author > a,
    .homePage__carouselSection__carouselTextContainer__item__meta .categoryNameWhite a {
        border-color: #c5c5c5;
        color: #c5c5c5;
    }

    .homePage__carouselSection__carouselTextContainer__item__meta__divider {
        font-size: 11px;
    }

    .homePage__carouselSection__carouselTextContainer__item__meta .categoryNameWhite {
        font-size: 13px;
    }

    .homePage__carouselSection__arrowContainer {
        width: 100%;
    }

    .homePage__carouselSection__arrowContainer__arrow {
        font-size: 50px;
        margin: 0;
        height: 499px;
        line-height: 499px;
    }

    .homePage__carouselSection__carouselImagesContainer .owl-controls {
        display: none;
    }

    .homePage__carouselSection__arrowContainer__arrow.leftArrow {
        left: 10px;
    }

    .homePage__carouselSection__arrowContainer__arrow.rightArrow {
        right: 10px;
    }
}