
#video_presentation {
	height: 820px;
	/*background-position: top center;*/
    background-size: cover;
	background-repeat: no-repeat;
}
#video_presentation .text_container {
	background-color: rgba(102,11,54,1);
	color: rgba(255,255,255,1);
	width: 700px;
	height: 450px;
	padding: 40px 50px;
	margin: 180px 75px;
	box-shadow: -5px 5px 10px rgba(0,0,0,0.5);
}
#video_presentation .text_container h3 {
	font-size: 30px;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
}
#video_presentation .text_container small{
	font-size: 22px;
	font-weight: 300;
}
#video_presentation .text_container p{
	width: 200px;
	font-size: 14px;
	margin-top: 50px;
}
#video_presentation .video_container {
	float: right;
	width: 699px;
	height: 394px;
	overflow: hidden;
	position: relative;
	margin-top: -490px;
	margin-right: 75px;
	box-shadow: -5px 5px 10px rgba(0,0,0,0.5);
}
#video_presentation .video_container iframe{
	width: 700px;
	height: 394px;
	box-shadow: -5px 5px 10px rgba(0,0,0,0.5);
}


/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	#video_presentation .text_container h3 {
	    font-size: 25px;
	}
	#video_presentation .text_container small {
	    font-size: 18px;
	}
	#video_presentation .text_container p {
	    width: 100%;
	    font-size: 14px;
	    margin-top: 20px;
	}
	.text_container {
	    width: 500px !important;
        margin: 100px 30px !important;
	}
	.video_container {
        width: 500px !important;
	    margin-right: 45px !important;
	    margin-top: -270px !important;
	}
	#video_presentation .video_container iframe {
        margin-left: -110px !important;
	}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	#video_presentation .text_container h3 {
	    font-size: 25px;
	}
	#video_presentation .text_container small {
	    font-size: 18px;
	}
	#video_presentation .text_container p {
	    width: 100%;
	    font-size: 14px;
	    margin-top: 30px;
	}
	.text_container {
	    width: 600px !important;
        margin: 100px 20px !important;
	}
	.video_container {
        width: 600px !important;
	    margin-right: 20px !important;
	    margin-top: -310px !important;
	}
	#video_presentation .video_container iframe {
        margin-left: -80px !important;
	}
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.text_container {
	    width: 600px !important;
        margin: 180px 35px !important;
	}
	.video_container {
	    width: 600px !important;
        margin-right: 45px !important;
	}
	#video_presentation .video_container iframe {
        margin-left: -50px !important;
	}
}

