h3 a{
		color: orange;
}



.clubs .widget_media_image {
		height: 300px;
		position:relative
}
.clubs img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  /* optional: set max-width or max-height to control the size of the image */
  max-width: 100%; /* adjust as needed */
  max-height: 100%; /* adjust as needed */
}