.project-card {
    border-radius: 15px;
    margin: 1rem 0;
    padding: 1.5rem;
    background-color: var(--mfg-white);
    color: var(--mfg-purple);

    height: 100%;

    position: relative;
}

.project-card .embedframe {
    height: 167px;
}

.project-card .embedframe iframe {
    position: absolute;
    width: calc(100% - 3rem);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0.75rem 1.5rem 1.5rem 1.5rem;
}