.fh5co-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center !important; /* Default for large screens */
}

@media (max-width: 1200px) {
    .fh5co-cover {
        background-position: 45% top !important;
    }
}

@media (max-width: 992px) {
    .fh5co-cover {
        background-position: 45% top !important;
    }
}

@media (max-width: 768px) {
    .fh5co-cover {
        background-position: 45% top !important;
    }
}

@media (max-width: 480px) {
    .fh5co-cover {
        background-position: 50% center !important;
    }
}


.fh5co-cover .display-t {
    display: flex;
    align-items: flex-end;  /* Position text at bottom */
    justify-content: center;
    height: 100%;
}

.fh5co-cover .display-tc {
    padding: 30px 15px; /* bottom padding for spacing */
    width: 100%;
}

.fh5co-overlay { background: none; }