.main {
    display: block;
    border: 14px solid #EEE7D4;
    position: relative;
    left: 50%;
    transform: translateX(-33.33%);
    width: 34.766%;
    padding-top: 32.568%;
    margin-bottom: 1.5%;
    margin-top: 1.5%;
}

    .main .carousel-inner {
        overflow: visible;
    }

    .main .carousel, .main .carousel-inner, .main .carousel-item {
        position: absolute;
        width: 100%;
        padding-top: 97.512%;
        top: 0;
        left: 0;
    }

    .main .img, .main .cover {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -50%;
        background-repeat: no-repeat;
        background-size: cover;
        width: 77.432%;
        padding-top: 75%;
        transition: opacity 1s;
    }

    .main .text-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 93.6777%;
        overflow: hidden;
    }

    .main .carousel .text-container {
        padding-top: 97.512%;
    }

    .main .text-container .text {
        position: absolute;
        top: 10%;
        left: 30%;
        max-width: 68%;
    }

    .main .text .title {
        font: normal normal normal 18px futura book;
        margin-bottom: 3%;
    }

    .main .text .content-header {
        margin-left: 3%;
        margin-bottom: 3%;
        font: normal normal normal 40px futura book;
    }

    .main .text .content {
        margin-left: 3%;
        font: normal normal normal 16px futura book;
    }

    .main.mirror {
        transform: translateX(-74.99%) !important;
    }

        .main.mirror .img {
            left: unset;
            right: -50%;
        }

        .main.mirror .text-container .text {
            left: 3%;
            max-width: 65%;
        }

    .main .carousel:not(.fader) .carousel-item .text-container {
        opacity: 0;
        transition: opacity 0.25s;
    }

    .main .carousel-item.active .img,
    .main .carousel:not(.fader) .carousel-item.active .text-container {
        opacity: 1;
    }

    .main .carousel-item .img, .carousel-item:not(.active) .img {
        opacity: 0;
    }

    .main .carousel-item.carousel-item-left .img,
    .main .carousel-item.carousel-item-right .img {
        opacity: 1;
    }

    .main .carousel-item.active.carousel-item-left .img,
    .main .carousel-item.active.carousel-item-right .img,
    .main .carousel:not(.fader) .carousel-item.active.carousel-item-left .text-container,
    .main .carousel:not(.fader) .carousel-item.active.carousel-item-right .text-container {
        opacity: 0;
    }

    .main .carousel-item {
        transition: transform 0.6s;
    }

    .main .carousel-control-prev {
        left: -66.66%;
    }

    .main .carousel-control-next {
        right: -19%;
    }

    .main .carousel-control-next-icon {
        width: 50%;
        height: 10%;
        background-image: url("http://10.250.32.221/DesktopModules/MVC/KeeterSpecialDisplay/Resources/images/carousel-arrow-right.svg");
    }

    .main .carousel-control-prev-icon {
        width: 50%;
        height: 10%;
        background-image: url("http://10.250.32.221/DesktopModules/MVC/KeeterSpecialDisplay/Resources/images/carousel-arrow-left.svg");
    }

    .main .carousel.fader .carousel-item-next,
    .main .carousel.fader .carousel-item-prev,
    .main .carousel.fader .carousel-item.active,
    .main .carousel.fader .active.carousel-item-left,
    .main .carousel.fader .active.carousel-item-prev {
        transform: translateX(0);
        transform: translate3d(0, 0, 0);
    }

.carousel.fader .text-container {
    transition: opacity 1s;
}

.carousel.fader .carousel-item:not(.active) .text-container,
.carousel.fader .carousel-item.active.carousel-item-left .text-container,
.carousel.fader .carousel-item.active.carousel-item.right .text-container {
    opacity: 0;
}

.carousel.fader .carousel-item:not(.active).carousel-item-left .text-container,
.carousel.fader .carousel-item:not(.active).carousel-item.right .text-container {
    opacity: 1;
}

.keeter-special-card {
    font-family: futura book;
    margin: auto;
    padding-top: 3em;
    margin-bottom: 3em;
    border: none !important;
}

.keeter-special-card .card-body {
    border: 7px solid #EEE7D4;
    border-top: none;
}

.keeter-special-card .card-title {
    font-size: xx-large;
}

.keeter-special-card .list-header {
    font-family: futura bold;
}

.wysiwyg-h3 {
    font: normal normal bold 16px futura bold !important;
}

.wysiwyg-p, .keeter-special-card .card-body .card-text, .text .content {
    font: normal normal bold 16px futura book;
}

@media screen and (max-width: 1199px) {
    .main {
        display: none !important;
    }

    .wysiwyg-p, .keeter-special-card .card-body .card-text, .text .content {
        font: unset;
    }
}

@media screen and (min-width: 1200px) {
    .keeter-special-card {
        display: none !important;
    }
}

@media screen and (max-width: 1230px) {

    .main .text .content-header {
        font: normal 36px futura book;
    }
}