.ly-1 {

}
.ly-1__item .image-default {
    position: relative;
}
.ly-1__content {
    padding: 0 20px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    background-color: #00000045;
}
.ly-1__content .default-excerpt,
.ly-1__content .ly-1__title {
    max-width: 80%;
}
.ly-1__title {
    font-size: 54px;
}
.ly-1__title a {
    color: #FFF;
}
.ly-1 .entry {
    --primary-entry-text-color: #FFF;
}
.ly-1__btn a {
    color: #FFF;
    border: 2px solid #FFF;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: var(--primary-font-post-heading, var(--primary-font-post-heading-default));
    transition: all 0.3s ease;
}
.ly-1__btn a:hover {
    text-decoration: none;
    background-color: #FFF;
    color: #000;
}
@media (max-width:576px) {
    .ly-1__content .default-excerpt,
    .ly-1__content .ly-1__title {
        max-width: 90%;
    }
    .ly-1__content .default-excerpt {
        display: none;
    }
    .ly-1__title {
        font-size: 22px;
    }
}