.video_section{
    width:100%;
	float:right;
    position:relative;
}
.video_title_section{
    width:100%;
	float:right;
}
.video_home_container {
    width:100%;
	float:right;
    height:500px;
    position:relative;
}
.video_home_back_color {
    width:100%;
    height:100%;
    position:absolute;
    display:table;
}
.fs_middle {
    display:table-cell;
    vertical-align:middle;
	text-align:center;
}
.video_play {
	width: 150px;
	display:inline-block;
}
.video_play img {
	width: 150px;
	max-width:100%;
	outline: 10px solid rgba(255,255,255,.17);
	border-radius:50%;
}
@media all and (min-width: 1438px) {
.video_title_section{
    padding-top:50px;
    padding-bottom:20px
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.video_title_section{
    padding-top:50px;
    padding-bottom:20px
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.video_title_section{
    padding-top:30px;
    padding-bottom:20px
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.video_title_section{
    padding-top:30px;
    padding-bottom:20px
}
.video_home_container {
    height:300px;
}
.video_play {
	width: 120px;
}
.video_play img {
	width: 120px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.video_title_section{
    padding-top:30px;
    padding-bottom:20px
}
.video_home_container {
    height:300px;
}
.video_play {
	width: 120px;
}
.video_play img {
	width: 120px;
}
}