@media screen and (max-width: 576px) {
  .taxonomy-card-grid {
    grid-template-columns: 1fr;
  }
  .video-yt{
	width:100% !important;
	}
}

@media screen and (min-width: 1220px) {
  .taxonomy-card-grid {
    grid-template-columns: 1fr;
  }
  .video-yt{
	height:120px !important;
	}
}