/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.col-lg-4.col-md-4 iframe {
    height: 200px;
}

@media screen and (max-width: 1024px) {
	.col-lg-4.col-md-4 iframe {
    height: 300px;
	}}