.appPromo{
	padding:20px 0;
	margin: 20px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	display:flex;
	gap: 20px;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.appPromo{
		flex-direction: column;
	}
}
.blockItemContainer {
	CLEAR: both; 
	FLOAT: left; 
	MARGIN: 0px 0px 0.5em 0px;
                padding-bottom: 0.25em; 
	WIDTH: 100%;
                background-color: #fcf0c5;
}
.standfirst {
	display:none;
}


.videoContainer{padding-bottom:56.25%}
.mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.25%;
}
.mejs-overlay, .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
.mejs-mediaelement video {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100% !important;
  height: 100% !important;
}


