.rn-container-3fecc426 {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 2.2; /* Made shorter than 1/3 as requested */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.rn-bg-media-3fecc426 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.rn-video-3fecc426 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rn-overlay-3fecc426 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: background-color 0.3s ease;
}

.rn-content-3fecc426 {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 22%; /* Slightly adjusted height to fit nicely on the shorter aspect ratio */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}

.rn-btn-3fecc426 {
    display: inline-block;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    text-align: center;
    width: 80%;
    box-sizing: border-box;
    font-size: 13px;
}

.rn-btn-3fecc426:hover {
    transform: scale(1.05);
}

.rn-desc-3fecc426 {
    margin: 5px 0 0 0;
    font-size: 11px;
    text-align: center;
    width: 90%;
    opacity: 0.9;
}
