#PageMain, #PageFooter {
 margin-top: 0;
}

.sePage .sePageLayout .se-btn-group, .sePage .sePageLayout .content-block-column .se-btn-group {
 flex-wrap: wrap;
}

/* clear fix */
.grid:after {
 content: "";
 display: block;
 clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
 width: 100%;
}

.grid-item {
 float: left;
 padding: 15px;
}

.grid-item img {
 display: block;
 max-width: 100%;
 border-radius: 2px;
}

@media (min-width: 768px) {
 /* ---- .grid-item ---- */

 .grid-sizer,
 .grid-item {
 width: 50%;
 }
}

@media (min-width: 992px) {
 /* ---- .grid-item ---- */

 .grid-sizer,
 .grid-item {
 width: 33.333%;
 }
}

/* VIDEO HERO */
.se-video-hero-section .col-xs-12 {
 padding-left: 0;
 padding-right: 0;
}
.se-video-hero {
 position: relative;
 overflow: hidden;
}
.se-video-hero .bg-video {
 position: absolute;
 height: 100%;
 width: 100%;
 overflow: hidden;
 object-fit: cover;
}
.video-background {
 background: #000;
 background-repeat: no-repeat;
 background-position-y: center;
 background-position-x: center;
 background-size: cover;
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
}
.video-background::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.25);
 padding: 0;
 width: 100%;
 content: "";
}
.video-background iframe,
.video-foreground {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 pointer-events: none;
}
.video-foreground {
 display: none;
 width: 300%;
 left: -100%;
 height: 120%;
 top: 0;
}
.se-video-hero-section.bottom .video-foreground {
 top: unset;
 bottom: 0;
}
.se-video-hero.large .fixed-overslider.white h2,
.se-video-hero.large .fixed-overslider.white p {
 color: #fff;
 text-shadow: none;
}
.se-video-hero.large .fixed-overslider {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 100%;
 padding: 90px 30px;
 min-height: 40vw;
 z-index: 1;
}
.se-video-hero.large .fixed-overslider .banner {
 width: 100%;
 max-width: 420px;
 margin: 0;
 padding: 0;
 position: static;
 text-align: center;
}

@media (min-width: 768px) {
 /* VIDEO HERO */
 .video-foreground {
 display: block;
 }
 .se-video-hero.large .fixed-overslider {
 min-height: 50vw;
 padding: 120px 60px;
 }
 .se-video-hero.large .fixed-overslider.right {
 justify-content: flex-end;
 }
}
@media (min-width: 992px) {
 .se-video-hero .bg-video {
 display: block;
 }
}

@media (min-width: 992px) {
 .five-column .col-md-2 {
 width: 20%
 }
}
