.two-images{overflow:hidden}
.two-images .img-container{float:left;width:calc(50% - 10px)}
.two-images .img-container:nth-child(1){margin-right:10px}
.two-images .img-container:nth-child(2){margin-left:10px}
.img-container img{display:block;width:100%}
h4{font-size:20px}
p.content{font-size:17px}

.poster-table{border-collapse:collapse;width:100%}
.poster-table td{border:1px solid black;padding:10px}
.poster-table#ig-table{}
.poster-table#ig-table td{width:50%}
.poster-table#ig-table img{max-width:700px;margin:0 auto}

.iframe-container{
	position:relative;
	overflow: hidden;
  	width: 100%;
  	padding-top: 56.25%;
}
.iframe-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}