.tpote  .spacer-sides {
    flex: 1;
}

.tpote .project-videos-wrapper {
    flex: 7;
    display: grid;
    grid-template-columns:  1fr 1fr; 
    grid-gap: 1rem;
}

.tpote .video-description {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2rem;
}

.tpote .video-description p {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify;
}
.tpote .thumbnail-container {
    width: 100%;
    min-width: 0;
    aspect-ratio: 16 / 9;
    background-position: center;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

.tpote .iframe-container {
    width: 100%;
    min-width: 0;
    aspect-ratio: 16 / 9; 
    border: none;
}

.tpote.video-section.grey-background {
    margin: 0;
}

.tpote.bullet-point-section {
    margin: 2rem 0;
}

.tpote.grey-background .project-videos-wrapper {
    margin: 2rem 0;
}

/* Tablet */
@media (max-width: 69em) {

    .tpote .project-videos-wrapper {
        flex: 20;
    }

    .tpote .video-description p {
        font-size: 0.85rem;
    }
}

/* Smaller Tablet / TPOTE */
@media (max-width: 50em) {

    .tpote .project-videos-wrapper {
        display: flex;
        flex-direction: column;
        grid-gap: 2rem;
    }

    .tpote .video-description {
        margin: 0 0;
    }
}

/* Phone */
@media (max-width: 38em) {

    .tpote.grey-background .project-videos-wrapper {
        margin: 2rem 0 0 0;
    }

    .tpote  .spacer-sides {
        flex: 0;
    }

    .tpote .video-description {
        margin: 0 4vw;
    }
}

.tpote.awards-section-container {
    margin-bottom: 0;
}