.ly-1 {

}
.ly-1__item .image-default {
    position: relative;
}
.ly-1__content {
    padding: 0 20px;
    margin: auto;
    max-width: 60%;
    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;
}
.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__title {
        font-size: 32px;
    }
}