/* Add here all your css styles (customizations) */
.imageContainer {
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	display: block; 
	padding: 5px 5px 5px 5px; 
	font-size: 0.80em; 
	margin-bottom: 10px;
    color: #888;
}

.imageContainer img {
	width: 100%;
    border: 8px solid #f0f0f0; 
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
    margin-bottom: 20px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .break-out{
  width: 98vw;
  position: relative;
  /*background-color: lightgreen;*/
  /*background-color: #f0f0f0;*/
  left: calc(-1 * (98vw - 100%) / 2);
  color: rgba(0,0,0,.6);
}
