/* moodboards */

.moodboard-bg { position: absolute; width: 100%; min-height: 385px; background: #bdc3c7 url('https://cdn.modlar.com/img/icns/brand_cover_583cd86acc5e0.jpg'); background-position: center center; background-repeat: no-repeat !important; background-size: cover !important; }

.page-surround { min-height: 245px; padding-top: 180px; color: #000; }
.page-surround > div { position: relative; min-height: 245px; padding: 30px 40px; border: solid 1px #dfdcdc; background-color: rgba(255, 255, 255, 0.9); }

.section-pad { padding: 60px 0; }
.section-pad-t { padding: 60px 0 0; }
.section-pad-t-n { padding-top: 0; }
.section-pad-b { padding: 0 0 60px; }
.section-pad-b-n { padding-bottom: 0; }
.section-pad-lr { padding: 0 5%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
