/* owl container */
.owl-media-container {
    max-height: 750px;
    overflow: hidden;
}
/* owl descriptions */

.item-description {
    position: absolute;
    bottom: 20px;
    left: 0px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 50px;
    padding-left: 11.5vw;
    padding-bottom: 7.5vw;
    max-width: 70%;
    padding-right: 6vw;
}

.item-description h1 {
    margin-bottom: 1.5rem;
    color: #fff;
    padding: 15px;
    background: rgba(0,0,0,0.4);
    width: fit-content;
}


.owl-media-container__title {
    padding-top: 20px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-size: 46px;
    display: block;
    margin-bottom: 20px;
    padding: 25px 15px;
    background: rgba(0,0,0,0.4);
}

.owl-media-container__title a:hover {
    color: #fff;
}

.owl-media-container__title:after {
    content: '';
    position: absolute;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.owl-media-container__subtitle {
    padding-top: 10px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-size: 18px;
    margin-bottom: 30px;
    padding: 15px;
    background: rgba(0,0,0,0.4);
    display: inline-block;
}

.owl-media-container__text-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    height: 50vw;
    cursor: pointer;
    pointer-events: none;
}

.owl-media-container__text-overlay-inner {
    width: 100%;
    height: 100%;
    display: table;
    text-align: left;
}

.owl-media-container__text-overlay-content {
    display: table-cell;
}

.owl-media-container__text-overlay-text {
    display: inline-block;
    pointer-events: all;
}


/* owl media container button */
.owl-media-container__button-container {
    display: flex;
}

.owl-media-container__button{
    background-color: rgba(0,0,0,0.4);
    font-weight: 600;
    border: solid 2px #ffffff;
    padding: 12px 25px;
    display: inline-flex;
    color: #ffffff;
    transition: all .4s ease;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    border-radius: 25px;
    margin: 2px;
}


.owl-media-container__button:hover {
    border: solid 2px #ffffff;
    display: inline-flex;
    color: #121212;
    background-color: #ffffff;

}

.owl-media-container__button span {
    padding-left: 5px;
}


.owl-media-container__button  {
    transition: all .4s ease;
}

.owl-media-container__button svg path{
    fill: #ffffff;
    padding-left: 5px;
    transition: all .4s ease;
}

.owl-media-container__button svg {
    margin: 0 3px;
}

.owl-media-container__button:hover svg path{
    fill: #121212;
}

@media screen and (max-width: 767px) {
    .item-description-info {
        padding-left: 20px;
    }
    
    .owl-media-container__title {
        font-size: 25px;
        padding: 12px 12px;
    }
    .item-description {
        position: absolute;
        bottom: 0;
        left: 0px;
        height: 100%;
        display: flex;
        align-items: flex-end;
        padding: 20px 0px !important;
        max-width: 100% !important;
    }
    .owl-media-container__button {
        font-size: 10px;
        margin: 2px;
        padding: 5px 12px 4px;
    }
}

@media screen and (max-width: 992px) {


    .owl-media-container__subtitle {
        display: none;
    }

    .item-description h1 {
        font-size: 1.3rem !important;
        line-height: 1.9rem !important;
        margin-bottom: 10px !important;
        padding: 10px !important;
    }

    .item-description h1 {
        font-size: 2.4rem;
        margin-bottom: 1rem;
        line-height: 2.4rem;
    }

    .film-option-btn {
        display: none;
    }


}