Concept
Macro
Meso
Micro
Prototype
{ /* make the video larger so it can hide*/ width: 102%; height: 102%; /* displace video to hide*/ left: -5px; /* allow space for hiding*/ margin: -10px; position: absolute; top: 0; } .video-js { /* make sure overflow is hidden*/ overflow: hidden; }
Fall 2019 - Spring 2023
Spring 2018