section.folder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/folder-bg.jpeg");
    background-size: cover;
}

section.folder iframe {
    width: 60vw;
    height: 35vw;
}

section.folder .folderEpTitle {
    margin-bottom: 35px;
}

@media screen and (max-width: 1000px) {
    section.folder iframe {
        width: 100vw;
        height: 60vw;
    }
}