html, body { margin: 0; padding: 0; } 

body{font:13px/1.5  'Lucida Grande', 'Lucida Sans', 'Trebuchet MS', Tahoma, Verdana, sans-serif;}

/* ONE COLUMN */
.one-column {
	text-align: center;
}


/* TWO COLUMN FLEXBOX */
.two-column {
	display: flex;
	flex-direction: row;
}

.two-column div {
	border: 1px solid blue;
	flex: 1;
	display: flex;
	justify-content:left;
	align-items:left;
	text-align: left;
}

.two-column.reverse {
	flex-direction: row-reverse;
}

@media only screen and (max-width: 600px) {
	.two-column,
	.two-column.reverse {
		flex-direction: column;
	}
}


/* THREE COLUMN */
.three-column {
	display: flex;
	align-items: stretch;
}

.three-column div {
	flex: 1;
	border: 1px solid;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.three-column,
	.three-column div {
		flex-direction: column;
	}
}

#full_video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

#xfull_video {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    object-fit: cover;
}

#promo_video {
  /* override other styles to make responsive */
  width: 50%    !important;
  height: auto   !important;
}

.overlay {
    position:absolute;
    top:50%;
    left:0;
    z-index:1;
  font-size: 80px;
  font-family: arial;
    font-weight: 700;
    color: white; 
  width:100%;
    text-align:center;
  vertical-align: middle;
}

.xoverlay {
  position: absolute;
  top: 50%;
  xleft: 0;
  text-align:center;
  xtransform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%);
  z-index: 1;
  color: white;
  }
  
  .overlay2 {
    z-index:1;
  	font-size: 80px;
  	font-family: arial;
    font-weight: 700;
    color: white; 
  	width:100%;
    text-align:center;
  	vertical-align: middle;
}

/* Overlay the Video for Text */
#overlay {
    position: absolute;
    z-index: 2;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.ui-button-text {
   background-color:#3e9cbf !important;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#F0F8FF !important;
   padding:2px 6px;
}

/* FROM THE SOIL UP, WE DO IT ALL */
p.description {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 44px;
}