


@media screen and (max-width: 600px) {
	.iframe-container {
	  overflow: hidden;
	  padding-top: 56.25%;
	  position: relative;
	}

	.iframe-container iframe {
	   border: 0;
	   height: 200px;
	   left: 0;
	   position: absolute;
	   top: 0;
	   width: 100%;
	}
	.img {
    	max-width: 100%;
	}

}
@media screen and (min-width: 600px) {
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  align:center
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
}