.video-container {position: relative;
overflow: hidden;
width: 100%;
padding-top: 75.25%;}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.dxpr-theme-boxed-container {background-image: url('/sites/default/files/dxpr_theme/images/noise_light_0.png') }
h3 {
    font-weight: normal;
    text-transform: uppercase;
    color: #6b4c27;
    font-family: 'Crimson Text', serif;
    font-size: 1.5em;
    text-shadow: 1px 1px 0px #f9f7f4;
    letter-spacing: .25em;
    line-height: 1em;
    margin: 1em 0;
}
.translation-notice h3 {    font-weight: normal;
    text-transform: none;
    color: #6b4c27;
    font-family: 'Crimson Text', serif;
    font-size: 1.5em;
    text-shadow: 1px 1px 0px #f9f7f4;
    letter-spacing: 0.01em;
	
}

h1 {
font-family: 'Crimson Text',serif;
font-size: 2.25em;
font-weight: normal;
color: #402819;
text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
line-height: 1em;
}

