.Hollywood_hero {
    position: relative;
}

.Hollywood_hero .slides {
    width: 100%;
}

.Hollywood_hero .slides .mainSlide {
    width: 100%;
}

.Hollywood_hero, .Hollywood_hero .slides .slide {
    min-height: 600px;
    max-height: 50vw;
    height: calc(100vh - 100px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

@media (max-width: 768px) {
    .Hollywood_hero, .Hollywood_hero .slides .slide {
        /*height: auto;*/
        max-height: none;

    }
}

.Hollywood_hero .slides .slide .image {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: brightness(0.8);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.Hollywood_hero .slides .slide .image:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-image: url(hero_overlay.svg);
    opacity: 0.8;
}

.Hollywood_hero .slides .slide .text {
    position: relative;
    color: #FFFFFF;
    font-family: "Druk", Sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 30px;
}

.Hollywood_hero .slides .slide .text h3 {
    font-size: 29px;
    font-weight: normal;
    margin: 0;
}

.Hollywood_hero .slides .slide .text h2 {
    font-size: 90px;
    margin: 0;
}

@media (max-width: 768px) {
    .Hollywood_hero .slides .slide .text {
        margin-bottom: 245px;
        margin-top: 60px;
    }

    .Hollywood_hero .slides .slide .text h3 {
        font-size: 20px;
        letter-spacing: 0px;
    }

    .Hollywood_hero .slides .slide .text h2 {
        font-size: 45px;
        letter-spacing: 0px;
    }

    .Hollywood_hero .navigationItem h4 {
        letter-spacing: 0px !important;
    }

}

.Hollywood_hero .slides .slide .text a {
    font-size: 25px;
    margin: 0;
    display: inline-block;
    /* border-bottom: white solid 1px; */
    color: white;
    line-height: 0;
}

.Hollywood_hero .slides .slide .text p {
    font-size: 21px;
    letter-spacing: 0;
    margin: 0;
    margin-top: 20px;
    border: 1px solid #07A7E1;
    color: #07A7E1;
    padding: 6px;
    max-width: 180px;
    margin: auto;
    margin-top: 18px;
}

.Hollywood_hero .navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    font-family: "Druk", Sans-serif;
    color: white;
    text-transform: uppercase;
    pointer-events: none;
}

@media (max-width: 768px) {
    .Hollywood_hero .navigation {
        white-space: nowrap;
        flex-direction: column;
        align-items: center;
    }
}

.Hollywood_hero .navigationItem {
}

.Hollywood_hero .navigationItem .previews {
    display: flex;
    padding: 0 24px;
    margin-bottom: 10px;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
}

@media (max-width: 768px) {
    .Hollywood_hero .navigationItem .previews {
        position: absolute;
        bottom: calc(100% + 20px);
        left: 0;
        right: 0;
        margin: auto;
        padding: 0;
        display: inline-flex;
        justify-content: center;
        overflow: auto;
    }
}

.Hollywood_hero .navigationItem.active .previews {
    opacity: 1;
}

.Hollywood_hero .navigationItem .previews .preview {
    padding: 6px;
    border: solid transparent 1px;
    pointer-events: none;
    cursor: pointer;
}

.Hollywood_hero .navigationItem.active .previews .preview {
    pointer-events: initial;
}

.Hollywood_hero .navigationItem .previews .preview.active {
    border-color: #07A7E1;
}

.Hollywood_hero .navigationItem .previews .preview > div {
    padding-bottom: 143%;
    width: 75px;
    background-size: cover;
    background-position: center;
}

.Hollywood_hero .navigationItem h4 {
    padding: 0 26px 10px;
    margin: 0;
    font-weight: bold;
    transition: all 0.3s;
    cursor: pointer;
    pointer-events: initial;
}

.Hollywood_hero .navigationItem.active h4 {
    color: #07A7E1;
}

@media (min-width: 769px) {
    .Hollywood_hero .navigationItem:not(:last-child) h4 {
        border-right: solid white 1px;
    }
}
