/* Locofy Website case study — the "Built Around the Workflow" video
   embed. Reuses the old placeholder's own top margin (40px) for the
   same vertical rhythm, but drops its dummy blue background/padding
   now that there's a real video to show instead of placeholder text. */
.locofy-web-video {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 40px;
}

.locofy-web-video video {
  width: 100%;
  height: auto;
  display: block;
}
