.iframe-container {
    height: 260px;
    border-color: #7325BF;
    border-style: inset;
    border-width: 3px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    flex-wrap: nowrap;

    iframe.la62websiteframe {
        width: 100%;
        height: 200px;
    }
    figcaption{
        font-size: 1.125rem;
        padding: 0.75rem 0;
    }
}