﻿/* Shorts: keep it from becoming a skyscraper on desktop */
.video-outer--short {
    display: flex;
    justify-content: center;
    padding: 0.75rem;
}

.video-wrap--short {
    width: min(360px, 100%);
}
