.myYumpu.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.myYumpu.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.myYumpu.embed-container.ratio4x3 {
  padding-bottom: 120%;
}


.myYumpu.magazine article {
	display: inline-block;
	width: 50%;
	float: left;
	text-align: center;
}

.myYumpu.magazine article iframe{
	margin:  0 auto;
	display: inherit;
}

.myYumpu.magazine article i{
	font-size: .8em;
}

@media only screen and (min-width: 1024px) {
	.myYumpu.magazine article {
		display: inline-block;
		width: 33.3%;
		float: left;
		text-align: center;
	}

}

@media only screen and (max-width: 600px) {
	.myYumpu.magazine article {
		display: block;
		width: 100%;
		float: none;
		text-align: center;
	}

}