	.video_box{
border: solid 3px rgba(125,21,74, 0.2);
		padding: 5px 5px 5px 5px;
				float: left;
			 margin-right: 30px;
		}
    
    	.video_box2{
	border: solid 3px rgba(125,21,74, 0.2);
		padding: 5px 5px 5px 5px;
				float: right;
			 margin-left: 30px;
  	

		}
    
#video {

 position: relative;
  background: #000;
  max-width: 460px;
		max-height: 259px;	
		
}
#video2 {
  position: relative;
  background: #000;
 max-width: 460px;
		max-height: 259px;
 
	
		
}

#video img,
#video iframe { display: block; }
#video2 img,
#video2 iframe { display: block; }

#play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url('/theme/youplayer/play-button.png') no-repeat 50% 50%;
  background-size: auto, cover;
  z-index: 9999;
}

#play:hover { background-color: rgba(0,0,0,0.2) !important; }

#play2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url('/theme/youplayer/play-button.png') no-repeat 50% 50%;
  background-size: auto, cover;
  z-index: 9999;
}

#play2:hover { background-color: rgba(0,0,0,0.2) !important; }