/* Add this file to fix article partial with videos mobile view */

.raw-html-embed {
	display: flex;
}


/* fix styling issues for article partial */
.flex {
	display: block !important;
}

video {
	height: 100%;
}