.entry-content .one-half {
  float: left;
  margin-bottom: 40px;
  margin-right: 2.1276%;
  position: relative;
}
.entry-content .one-half {
  width: 48.9361%;
}
.entry-content .last {
  clear: right;
  margin-right: 0 !important;
}
.modal {
	position: relative;
	background: #fff;
	padding: 40px;
	width: auto;
	max-width: 940px;
	margin: 20px auto;
	border-radius: 5px;
}
.modal .video-container {
	position: relative;
	padding-bottom: 36.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
  
.modal .video-container iframe,
.modal .video-container object,
.modal .video-container embed {
    position: absolute;
    display: block;
    top: 0;
	left: 50%;
	margin-left: -212px;
    width: 100%;
	max-width: 425px; 
    height: 350px;
    background: black; 
}