.spec-video-feature-container {
    display: grid;
    grid-template-columns: auto 1fr;
    padding-top: 50px;
}

.spec-video-feature {
    padding: 0 20px 20px;
    width: 100%;
    max-height: 800px;
    max-width: 520px;
    position: sticky;
    position: -webkit-sticky;
    top: 130px; /* Adjust this to account for any fixed headers or desired offset */
}
