.pdf-container {
    margin-bottom: 80px;
    border: 20px solid var(--color-white);
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 1rem;
}

iframe.pdf-viewer {
    border-radius: .6rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}