#videos{
	width: 100%;
    height: auto;
	padding-top: 30px;
	padding-bottom: 80px;
}
.responsive-iframe {
  margin-top: 20px;
  left: 0;
  bottom: 10px;
  right: 0;
  width: 100%;
  min-height: 320px;
  border: none;
}

@media only screen and (max-width: 540px){
	#videos{
	width: 100%;
    height: auto;
	padding-top: 20px;
	padding-bottom:60px;
    }
	.responsive-iframe {
	  margin-top: 20px;
	  left: 0;
	  bottom: 10px;
	  right: 0;
	  min-width: 360px;
	  min-height: 320px;
	  border: none;
	}
}

