/* Custom styles - write new or change existing styles below as necessary */
.adf-Video {
    top: 0px;
    background: #000;
    max-height: 100%;
	width: 100%;

}
.adf-Video::before {
    padding-top: 100%; /* 16:9 ratio */
    display: block;
    content: '';
}