.rps-current-program {
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.rps-current-program .rps-program-content img {
    max-width: 100%;
    height: auto;
}

.rps-current-program .rps-program-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
