#video-container {
    position: relative;
}

.panorama-caption {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: left;
}

.panorama-title {
    font-size: 4rem;
    font-weight: 600;
    font-family: 'Roboto';
    text-transform: uppercase;
}

.panorama-subtitle {
    font-weight: 400;
    font-family:'Nunito';
}