.elementor-519 .elementor-element.elementor-element-692c118{--display:flex;}/* Start custom CSS for html, class: .elementor-element-596fc5c */.elementor-element.elementor-element-596fc5c.elementor-widget.elementor-widget-html {
    position: relative;
    width: 100%;
    height: auto;
}

.cover-container {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.image-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.2s ease;
}

.image-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-cover.active {
    opacity: 1;
    z-index: 1;
}

.title-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    bottom: 16px;
}

.cover-container .title-container a.image-title {
    cursor: pointer;
    width: max-content;
    z-index: 2;
    position: relative;
    padding-left: 16px;
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    margin-bottom: 0.5em;
    text-decoration: none;
    word-break: break-word;
}

.cover-container .title-container a.image-title .title-year {
    font-size: 16px;
}

.cover-container .title-container a.image-title.active {
    font-weight: 900;
}

.elementor-element.elementor-element-b3d7f4d.e-con-full.e-grid.e-con.e-child, .elementor-519 .elementor-element.elementor-element-692c118 {
    padding: 0;
}

.e-con-inner:has(.cover-container) {
    padding: 0;
}

.e-con-inner:has(.elementor-nav-menu--main.elementor-nav-menu__container.elementor-nav-menu--layout-horizontal.e--pointer-text.e--animation-grow){
    padding-bottom: 0;
}

@media (max-width: 600px) {
    .cover-container {
        aspect-ratio: 9 / 16;
    }
    
    .cover-container .title-container a.image-title {
        width: 100%;
        font-size: 1.5em;
    }
    
    .cover-container .title-container a.image-title .title-year {
        font-size: 0.5em;
    }
}/* End custom CSS */