video {


    position: relative;
    left: 0px;
    right: 0px;
    min-height: 700px;
    width: 100%;
    opacity: .5;


}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #fff;
}


.video-set-overall {

	float: left;
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.set-video {

    float: left;
    width: 100%;
    position: relative;
    z-index: 2001;
    background-color: #000;
    height: 700px;

}


.text-overlay--543 {

    position: absolute;
    height: 800px;
    left: 0px;
    right: 0px;
    color: white;
    z-index: 500;

}

.text-overlay--543 h1 {

    font-size: 80px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;

}

.text-overlay--543 h1 strong {

    font-size: 80px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 16px solid #39A347;
    height: 78px;
    display: inline-block;
    letter-spacing: 1px;

}


.text-overlay--543 p a {

	font-size: 18px;
	color: white;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 10px;
    cursor: pointer;

}

.text-overlay--543 p a img {

	width: 15px; 
	height: 15px; 
	margin-left: 1px; 
	margin-top: -4px;
}


#parent--543 { 

	display: table; 
	width: 100%;

}

#child--543 {

    display: table-cell;
    vertical-align: middle;
    height: 700px;
    text-align: center;
    width: 100%;

}

.bg-image--pc-123 {

	float: left;
	width: 100%;
	height: 450px;
	background-color: #000;

}






/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */


video {

   min-height: 600px;
   width: 100%;
   left: 0px;

}

.video-set-overall {

	height: 700px;

}

.set-video {

    height: 700px;

}


.text-overlay--543 {

    height: 700px;

}


#parent--543 { 

    height: 700px;


}

#child--543 {

    height: 700px;

}

.bg-image--pc-123 {

    height: 700px;


}

.text-overlay--543 h1 {

    font-size: 80px;

}

.text-overlay--543 h1 strong {

    font-size: 80px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 16px solid #39A347;
    height: 78px;
    display: inline-block;
    letter-spacing: 1px;

}


.text-overlay--543 p a {

	font-size: 18px;

}

.text-overlay--543 p a img {

	width: 15px; 
	height: 15px; 
	margin-left: 1px; 
	margin-top: -4px;
}


}





/*
Tablet Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 1200px) {
  /* Add your Mobile Styles here */

video {

   min-height: 600px;
   width: 100%;
   left: 0px;

}

.video-set-overall {

	height: 600px;

}

.set-video {

    height: 600px;

}


.text-overlay--543 {

    height: 600px;

}


#parent--543 { 

    height: 600px;


}

#child--543 {

    height: 600px;

}

.bg-image--pc-123 {
	
    height: 600px;


}

.text-overlay--543 h1 {

    font-size: 60px;

}

.text-overlay--543 h1 strong {

    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 14px solid #39A347;
    height: 56px;
    display: inline-block;
    letter-spacing: 1px;

}


.text-overlay--543 p a {

	font-size: 14px;

}

.text-overlay--543 p a img {

	width: 15px; 
	height: 15px; 
	margin-top: -2px;
}


}



/*
Mobile Styles
================================================== */



@media only screen and (max-width: 768px) {
  /* Add your Mobile Styles here */

video {

   min-height: 350px;
   width: 167%;
   left: -80px;

}

.video-set-overall {

	height: 350px;

}

.set-video {

    height: 350px;

}


.text-overlay--543 {

    height: 350px;

}


#parent--543 { 

    height: 350px;


}

#child--543 {

    height: 350px;

}

.bg-image--pc-123 {
	
    height: 350px;


}

.text-overlay--543 h1 {

    font-size: 26px;

}

.text-overlay--543 h1 strong {

    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 6px solid #39A347;
    height: 26px;
    display: inline-block;
    letter-spacing: 1px;

}


.text-overlay--543 p a {

	font-size: 14px;

}

.text-overlay--543 p a img {

	width: 10px; 
	height: 10px; 
	margin-top: 0px;

}



}



