.video--hero {
  display: block;
  position: absolute;
  top: 50%;
  min-width: 100%;
  -ms-transform: translateY(-50%);
  transform: translate3d(0,-50%,0);
  transition: all ease-out 1s;
  z-index: 1;
}

.header.has-player.is-active .video--hero {
	display: none;
}

@media (max-width: 62em) {
	.video--hero {
		display: none;
	}
}
.btn--play--full {
	width: 13.9em;
	height: 6.1em;
	z-index: 1;
	border: none;
	background: transparent url(../img/thai-video.svg) no-repeat center center !important;
	background-size: cover; 
}
.btn--play--full:hover {
	transform: scale(1.1); 
}
.header.thaisign::before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.35);
	background-position: center, center;
	background-size: auto;
	background-repeat: repeat;
	box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.85);
	pointer-events: none;
}

.thaitle {
    transition: all ease-out 3.5s;
	max-width: 36em;
	margin: 0 auto;
}
.has-background--accent-6 {
    background-color: #f58220;
    z-index: 4;
}
.has-background--fixed {
	background-attachment: fixed;
}
.cutout-background {
    position: relative;
}
.cutout-background::after {
	content: '';
	display: table;
	clear: both;
}
.cutout-image {
    position: absolute;
    bottom: 0;
}
@media (max-width: 36em) {
	.cutout-image {
		position: relative;
		width: 80% !important;
		margin: -4em auto 0 auto;
		z-index: 3;
	}
}
.hovergrid figure {
    position: relative;
    background: #009ca6;
}

.hovergrid figure:hover .hovergrid-image {
    opacity: 0.2;
}

.hovergrid--dark figure {
    position: relative;
    background: #1b1b1b;
}

.hovergrid figcaption {
    text-align: center;
    padding: 2em;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate3d(-50%, -50%, 0);
}

.hovergrid figcaption .title {
    color: #fff;
    font-size: 4em;
}

.hovergrid-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
    pointer-events: none;
}

.hovergrid figure:hover .hovergrid-hidden {
    position: static !important;
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
    clip: auto !important;
    opacity: inherit !important;
    pointer-events: inherit !important;
}
			
.hovergrid figure:hover .title {
    font-size: 3em;
}

@media (max-width: 62em) {
	.hovergrid figcaption {
		width: 100%;
	}
	.hovergrid figure figcaption .title,
	.hovergrid figure:hover figcaption .title {
		font-size: 2em;
	}
}

.hovergrid--background figure {
    min-height: 330px;
}

.hovergrid--background figure .hovergrid-image {
    max-width: none;
    height: auto;
    position: absolute;
}

.hovergrid--background figure .hovergrid-image {
    opacity: 0.2;
}

.hovergrid--background figure:hover .hovergrid-image {
    opacity: 0;
}

.move-up {
    margin-top: -8em;
}

@media (max-width: 48em) {
	.hovergrid figure.cell--100 img {
			min-width: 200%;
			margin-left: -100%;
	}
	.hovergrid figure.cell--2of3 figcaption {
			width: 100%;
	}
	.hovergrid figure:not(.cell--100):hover h1 {
		display: none;
	}
}

@media (max-width: 36em) {
    .move-up {
        margin-top: 0;
    }
	
	.hovergrid--background figure .hovergrid-image {
		left: auto;
		right: 0;
	}
}
.image--man {
    max-width: 40%;
}
.padding-vertical--huge {
    padding: 8em 0;
}

.moar-space--top {
	padding-top: 4em;
}
.verse-gradient {
    background: linear-gradient(rgba(0, 156, 166, 0), #9bb9d5), url(../img/thai-pattern.png);
    background-repeat: auto, repeat-x;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#297ebf, endColorstr=#9bb9d5)";
    background-color: #9bb9d5;
    border-top: 1px solid #c1dcef;
}