.carousel.hwu {
    position: relative;
    transform: translateX(-50%);
    margin: 1em 0px 1em 50%;
}

    .carousel.hwu .indicators {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 116px;
        bottom: 0;
        white-space: nowrap;
        transition: height 0.8s;
        user-select: none;
    }

.carousel.hwu .indicators .top {
    height: 43.10344%;
}

    .carousel.hwu .indicators .top span {
        transition: font-size 0.8s, opacity 0.3s;
        font-family: Helvetica Neue, Helvetica, sans-serif;
        font-weight: 600;
        display: inline-block;
        max-width: calc(100% - 200px);
        overflow: hidden;
        text-overflow: ellipsis;
    }

.carousel.hwu.hidebar .indicators .top span {
    font-size: 0px;
    opacity: 0;
}

.carousel.hwu .indicators .top .exbtn {
    display: inline-block;
    position: absolute;
    top: -22px;
    left: 0px;
    height: 22px;
    width: 22px;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

    .carousel.hwu .indicators .top .exbtn div {
        height: 22px;
        width: 22px;
        background-image: url('/DesktopModules/MVC/HWUSlider/Resources/images/arrow.png');
        background-position: center;
        background-repeat: no-repeat;
        transition: transform 0.8s;
    }

.carousel.hwu.hidebar .indicators .top .exbtn div {
    transform: rotate(-180deg);
}

.carousel.hwu .indicators .top .title {
    margin-left: 20px;
    line-height: 50px;
}

.carousel.hwu .indicators .top .fsbtn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    height: 43.10344%;
    width: 50px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
    text-align: center;
}

.carousel.hwu .edit-slider {
    position: absolute;
    z-index: 12;
    top: 1em;
    right: 0;
}

.carousel.hwu .edit-slider a {
    outline: 3px solid #fff;
    color: #fff;
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom-left-radius: 10px;
    transition: background-color 0.3s, color 0.3s;
}

.carousel.hwu .edit-slider a:hover {
    text-decoration: none;
    background-color: rgb(255,255,255);
    color: #000;
}


.carousel.hwu .indicators-simple {
    z-index: 11;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

.carousel.hwu .indicators-simple button {
    height: 20px;
    width: 20px;
    background-color: #fff;
    opacity: 0.5;
    transition: opacity 0.15s;
    margin: 0 5px;
    border: none;
    border-radius: 100%;
}

.carousel.hwu .indicators-simple button:hover,
.carousel.hwu .indicators-simple button.active {
    opacity: 1;
}


.fsicon {
    line-height: 50px !important;
    transition: font-size 0.7s;
}

    .carousel.hwu .indicators .top .fsbtn:hover {
        opacity: 1;
        background-color: rgba(0,0,0,0.1);
    }

    .carousel.hwu .indicators .top .manage-slider {
        display: inline-block;
        position: absolute;
        right: 50px;
        top: 0;
        height: 43.10344%;
        line-height: 50px;
        cursor: pointer;
        color: white;
        text-decoration: none;
        font-size: 16px;
        font-family: Helvetica Neue, Helvetica, sans-serif;
        opacity: 0.7;
        transition: opacity 0.3s, background-color 0.3s, font-size 0.7s;
        padding: 0 0.5em 0 0.5em;
    }

        .carousel.hwu .indicators .top .manage-slider:hover {
            opacity: 1;
            background-color: rgba(0,0,0,0.1);
        }

.carousel.hwu.hidebar .indicators .top .manage-slider,
.carousel.hwu.hidebar .indicators .top .fsbtn .fsicon {
    font-size: 0px;
}
.carousel.hwu .indicators .container {
    padding: 0px;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
}

    .carousel.hwu .indicators .container .bottom {
        float: left;
        min-width: 100%;
        height: 56.89655%;
        padding: 0px 6px 0px 6px;
        background-color: #000;
    }

        .carousel.hwu .indicators .container .bottom img {
            margin: 8px 2px;
            width: 88px;
            height: 75.7575%;
            opacity: 0.66;
            transition: opacity 0.3s;
        }

            .carousel.hwu .indicators .container .bottom img:not(.active):hover {
                opacity: 1;
                cursor: pointer;
            }

            .carousel.hwu .indicators .container .bottom img.active {
                opacity: 1;
                border: 1px solid white;
            }

.carousel.hwu {
    width: 50%;
    transition: height 0.8s, width 0.8s;
}

    .carousel.hwu.hidebar .carousel-inner {
        height: 100%;
    }

    .carousel.hwu.hidebar .indicators {
        height: 0px !important;
    }

    .carousel.hwu .carousel-inner {
        width: 100%;
        height: calc(100% - 116px);
        transition: height 0.8s, width 0.8s;
    }

    .carousel.hwu .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .carousel.hwu .carousel-item, .carousel.hwu .carousel-item iframe {
        width: 100%;
        height: 100%;
    }

    .carousel.hwu .slide {
        position: absolute;
        z-index: 3;
        top: 50%;
        transform: translateY(-50%);
        height: 60px;
        width: 30px;
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
        opacity: 0.6;
        transition: opacity 0.4s;
    }

    .carousel.hwu .slide:hover {
        opacity: 1;
    }

        .carousel.hwu .slide.left {
            left: 15px;
            background-image: url('/DesktopModules/MVC/HWUSlider/Resources/images/slide-arrow.png');
        }

        .carousel.hwu .slide.right {
            right: 15px;
            background-image: url('/DesktopModules/MVC/HWUSlider/Resources/images/slide-arrow-right.png');
        }
        .carousel.hwu.hidebar .slide {
            opacity: 0.2;
        }

@media screen and (max-width: 1023px) {
    .carousel.hwu {
        width: 100%;
    }

    .carousel.hwu .indicators .top .exbtn {
        display: none;
    }

    .carousel.hwu .indicators .container {
        padding: 0px;
        min-width: 100%;
        height: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

        .carousel.hwu .indicators .container::-webkit-scrollbar {
            display: none;
        }

        .carousel.hwu .indicators .top span {
            font-size: 14px;
            max-width: calc(100% - 60px);
        }
}

@media screen and (max-width: 1199px) {
    .indicators-simple {
        display: none;
    }
}