@import "template.css";
@import "resume.css";

.video-resume-frame {
    width: 100%;
    max-width: 900px;
    height: 506px;
    /* 16:9 aspect ratio approx for 900px width */
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

/* Ensure container centers the video */
#resume-block {
    /* Override minimum height from resume.css if needed */
    padding-bottom: 60px;
}

footer {
    margin-top: auto;
}