.workshop-card-media {
  flex-shrink: 0;
}

.workshop-card-img {
  filter: none;
}

img.workshop-card-img:hover {
  transform: none;
}

.workshop-venue-photo img {
  display: block;
  max-height: 520px;
  width: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.workshop-venue-photo img:hover {
  transform: none;
}

.video-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(192, 38, 211, 0.4);
  box-shadow: 0 0 40px rgba(217, 70, 239, 0.15);
  background: #1f2937;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

img {
  transition: transform 0.3s ease;
}

img:hover {
  transform: scale(1.05);
}

.sketching-container {
  height: 600px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: rgb(255, 0, 255); */
  background-image: url("/images/lightpainter_website_sketchingcontainer_1920x1080.jpg"); /* The image used */
  background-position: center; /* Adjust the horizontal position */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 20%;
}


/* div {
  transition: transform 0.3s ease;
}

div:hover {
  transform: scale(1.05);
} */
