/* assets/css/style.css */

.custom-banner {
	/* Change 'cover' to 'contain' to prevent cropping */
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff !important; /* Adds a fallback color for any empty side space */
	width: 100%;
	/* This maintains the container at the image's native ratio */
	aspect-ratio: 1920 / 450;
	height: auto;
}
.spotify-embed-wrapper {
  position: relative;
  height: 450px;
  aspect-ratio: 1 / 1; /* keeps cover square */
  border-radius: 12px;
  overflow: hidden;

  /* Fallback artwork */
  background-image: url("/assets/img/IMG_8611_Dispersion3_1400.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* Optional polish */
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.spotify-embed-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}
