.frame-space-before-extra-small{
  padding-top: 1vw;
  margin-top: 0;
}
.frame-space-after-extra-small{
  padding-bottom: 1vw;
  margin-bottom:0;
}
.frame-space-before-small{
  padding-top: 3vw;
  margin-top: 0;
}
.frame-space-after-small{
  padding-bottom: 3vw;
  margin-bottom:0;
}
.frame-space-before-medium {
  padding-top: 6vw;
  margin-top: 0;
}
.frame-space-after-medium {
  padding-bottom: 6vw;
  margin-bottom:0;
}
.frame-space-before-large{
  padding-top: 8vw;
  margin-top: 0;
}
.frame-space-after-large{
  padding-bottom: 8vw;
  margin-bottom:0;
}
.frame-space-before-extra-large {
  padding-top: 15vw;
  margin-top: 0;
}
.frame-space-after-extra-large {
  padding-bottom: 15vw;
  margin-bottom:0;
}
.frame-layout-1 {
  padding-left:5%;
  padding-right:5%;
}
.frame-layout-2 {
  padding-left:10%;
  padding-right:10%;
}
.frame-layout-3 {
  padding-left:15%;
  padding-right:15%;
}
.frame-layout-4 {
  padding-left:25%;
  padding-right:25%;
}



HTML{
height:100%;  
background:#000000;
}

header .image-embed-item {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
body {
  background-color: #000000;
  font-family: 'Raleway',sans-serif;
}
.logo {
  height: 95px;
  position: fixed;
  left: 50px;
  top: 25px;
  width: 200px;
  background-image: url("../elements/vm_logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 300;
}
.logo a {
  width: 100%;
  height: 100%;
  position: absolute;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: underline;
}
.header .frame {
  margin-bottom: 100px;
}
.header figure {
  margin: 0;
}
.content {
    color: #fff;
}
.text-right {
	text-align: right;
}
.ce-headline-center{
  text-align: center;
}

.content H2 {
    color: #FFD600;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}
main .row .image-embed-item {
	width: 100%;
	height: auto;
}
.maintext.col1 {
  padding: 0 15% 100px;
  font-size: 32px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
.overview .left {
  padding: 0 20px 0 40px !important;
}
.overview .right {
  padding: 0 40px 0 20px !important;
}
.overview .frame-img-full {
	position: relative;
}
.overview .image-embed-item {
    width: 100%;
    height: auto;
}
.overview .ce-column {
  position: relative;
}


.overview header a {
	position: absolute;
	height: 100%;
	width: 100%;
}



.overview .image a {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

.overview .image-caption {
  position: absolute;
  display: table;
  background: rgba(0,0,0,0.7);
  height: 100%;
  width: 100%;
  opacity: 0;
  transition-duration: 400ms;
  transition-property: opacity;
}
.overview .image-caption:hover, .overview .image-caption:active {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: opacity;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.overview .video .image-caption {
  opacity: 1;
  background: transparent;
}
.overview figure {
  margin: 0 0 40px;
}
.overview .video figure {
  margin: 0;
}
.overview .twrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  background: transparent;
  vertical-align: middle;
  text-align: center;
  color: #FFD600;
}
.twrap::after {
  content: '';
  background: url('../elements/resize.svg');
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 15;
  right: 30px;
  bottom: 30px;
}
.video .twrap::after{
display:none;
}
.overview header {
	width: 100%;
	position: absolute;
	z-index: 2;
	justify-content: center;
	/* align-self: center; */
	height: 100%;
	/* display: flex; */
	align-content: center;
}
.overview header a {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	text-align: center;
	align-content: center;
	opacity: 0;
	text-decoration: none;
	transition: ease-in-out opacity 0.2s;
	background: url('../elements/resize.svg');
	background-repeat: no-repeat;
	background-position: 96% 95%;
	color: #FFD600;
	background-color: rgba(0,0,0,0.7);
}
.overview header a:hover {
	opacity: 1;
	transition: ease-in-out opacity 0.2s;
}
.overview .ce-bodytext {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	justify-content: center;
	display: flex;
	flex-direction: column;
	background-image: url: ('../elements/resize.svg');
}
.overview h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 32px;
  padding: 0 15%;
  margin: 0;
  line-height: 1;
}
.overview h4 {
  font-size: 24px;
  font-weight: 300;
  padding: 0 15%;
  line-height: 1;
  margin: 0;
}
.overview .video h4 {
  font-size: 82px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.overview .video h4::after {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  content: 'SEE MORE';
  display: block;
  background: transparent;
  width: 190px;
  margin: 0 auto;
  padding: 15px;
  border: 3px solid #fff;
  margin-top: 15px;
}
.overview .video header a {
	opacity: 1;
	background-color: transparent;
	background-image: none;
	justify-content: center;
}
.frame-gallery {
  margin: 0 -15px;
}
.frame-gallery .ce-inner {
    overflow-y: visible;
    overflow-x: auto;
    white-space: nowrap;
    vertical-align: text-top;
    margin: 0;
    padding: 0;
    clear: both;
    border-spacing: 0;
   
}

.frame-gallery .ce-row {
  display: table-cell;
  border-radius: 0;
  margin: 0;
  padding: 0 30px 0 0;
  white-space: normal;
  line-height: 1.6;
  vertical-align: top;
  text-align: center;
}
.frame-gallery figure {
    margin: 0;
}
.frame-gallery img.image-embed-item {
    height: 98vh;
    width: auto;
}
.vimeoVideo {
  padding: 0 25px;
}
.videoWrapper {
  padding-bottom: 52.75%;
}
.videoWrapper iframe {
  border: 0;
}
.vimeoVideo figure {
  margin: 0 0 30px;
}
.video-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 52.75%;
}
.video-embed .video-embed-item {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.youtubevideo > .videoWrapper > .coverimage-click {
	border: 0;
}
.footer {
  color: #fff;
  font-weight: 800;
}
.footer .footergrid{
  margin: 70px 0 100px;
}
.footer h3 {
    color: #FFD600;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1.5;
}

.footer p {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 32px;
}
.videocontainer{
  position:relative;

}
