
.hero {
    background-image: url(../assets/images/dfab/hero.png);

}
.hero::after {
    content: "Swishzone Net"; /* Manually set the alt text */
}
#brand-1{
    background-image: url(../assets/images/dfab/social-media-dfab.png);
}

#brand-1::after  {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background:  #e6a8ff;
    color: #3f125b;  
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

#brand-1:hover::after, #brand-2:hover::after, #brand-3:hover::after, #brand-4:hover::after {
    opacity: 1;
}
#brand-1::after {
    content: "Swishzone Apparel Logo"; /* Manually set the alt text */

}

.work-items {
    height: 700px;
}

.deliverable-images {
  width: 100%;
  flex-direction: column;
  text-align: center;
}

.reels {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

/* Maintain 16:9 ratio */
.video-wrapper {
  position: relative;
  flex: 1 1 calc(33.333% - 1rem); /* 3 per row */
  padding-top: 56.25%; /* 16:9 aspect ratio */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}



@media (max-width: 599px) {
    .work-items {
      height: 250px;
    }

  }
  
  @media screen and (min-width: 600px) and (max-width: 768px) {
  
    .work-items {
  
        height: 250px;
  
    }


  }
  @media screen and (min-width: 769px) and (max-width:1024px){
    .work-items {
  
        height: 550px;
  
    } 

 }