section#bp-homepage-ad {
    padding: 0px;
    overflow: hidden;
}
section#bp-homepage-ad a {
    display: flex;
    flex-direction: column;
}
img.bp-homepage-ad-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
span.bp-homepage-ad-title {
    position: absolute;
    bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: white;
    left: 45%;
    display: none;
}