.epk {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 2rem;
}

.epk-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: flex-start;
}

#epk-frame {
    max-width: 99vw;
    max-height: 66vw;
    width: 540px;
    height: 360px;
    display: block;
	border: 2px solid white;
}

.epk-doc {
    flex: 0 1 clamp(200px, 25vw, 300px);
    display: flex;
    justify-content: center;
    max-width: 100%;
}

.epk-doc img {
    width: 100%;
    height: auto;
    display: block;
}
