<style type="text/css">

/*----------------------------------------------------------------------------*/

.col_video_right{
                width: 55%;
		height: auto;
		float: right;
                border: 0px solid #000000;
		margin: 0 auto;
		padding: 2% 1% 2% 1%;
}
.col_video_left{
                width: 40%;
		height: auto;
		float: left;
                border: 0px solid #000000;
}

<!-- --------------------------------------------------------------------------------  -->
body{
margin-top:0px;
background:#eee;
}

.box {
    background: #fff;
    padding: 20px;
    margin: 0 0 24px 0;
}

.rte .boxHeadline {
    font-size: 40px;
    /*font-size: 1.8rem;*/
    font-weight: 700;
    margin: 0 0 25px 0;
   color: #353535;
}

.rte .boxHeadline+.boxHeadlineSub {
    margin: -18px 0 30px 0;
}

.rte .boxHeadlineSub {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: italic;
    color: #919599;
    margin: 0 0 25px 0;
}

@media only screen and (max-width: 480px) { 

  .col_video_left{
	  width: 100%;
	  height: auto;
         margin: 0 auto;
   }
  .col_video_right{
	  width: 100%;
	  height: auto;
         text-align:center;
   }
  .section-title{
	font-size: 47px;
   }	
}
</style>

<div style="clear:both">&nbsp;</div>
