.video_box {display: block;clear: both;width: 100%;height: 750px;color: #fff;position: relative;}
.video_box .cta-container { max-width: none;margin: 0 auto;position: absolute;bottom: 0;right: 0;width: 100%;}
#video {height: 750px;overflow: hidden;}
.video_con {color: #000;max-width: 600px;position: absolute;left: 50px;bottom: 300px;padding: 50px;background-color: rgb(255,255,255,0.5);}
.video_title { font-size: 26px;font-weight: 800;font-family: initial;text-transform: uppercase;margin-bottom: 40px;}
.video_desc {font-size: 16px;text-shadow: 0.5px 0.5px 0.5px #000;margin: 10px 0;}
.video_con p{line-height: 28px;font-size: 16px;}
.video_button { float: left;margin-top: 20px; max-height: none;font-size: 14px;line-height: 1.0714285714em!important;margin-left: auto;margin-right: auto;color: #000 !important;background: rgba(238, 238, 238, 1) !important;padding: 15px 50px;text-transform: uppercase;}

@media screen and (max-width:768px) {
    .video_box{height: 230px;}
	#video {height: 230px;overflow: hidden;}
	.video_con{bottom: 10px;left: 10px;padding: 15px;max-width: 300px;}
	.video_title { font-size: 18px;margin-bottom: 10px;}
    .video_desc {font-size: 14px;}
    .video_con p{display:none;}
}