
.hero {
    background-image: url(../assets/images/infographic/project7.png);
}

.hero::after {
    content: "Durham College Digital Signage"; 
}

iframe{
    width:100%;
    height: 200px
}
.deliverable-images{
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.work-items {
    height: 600px;
}
.animations{
    gap: 1rem;
    display: flex;
}
video{
    width: 100%;
}

.youtube-vids{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    flex-wrap: nowrap;
}

.youtube-vids iframe{
    width: 100%;
    
}
.deliverable-wrap{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media (max-width: 599px) {
    .work-items {
      height: 250px;
    }

    iframe{
        width:100%;
        height: 200px
    }
    .animations{
        flex-direction: column;
    }
    .youtube-vids{
        grid-template-columns: 1fr ;
      }
  }
  
  @media screen and (min-width: 600px) and (max-width: 768px) {
  
    .work-items {
  
        height: 250px;
  
    }

    iframe{
        width:100%;
        height: 400px
    }
    .animations{
        flex-direction: column;
    }
    .youtube-vids{
        grid-template-columns: 1fr;
      }
  }
  @media screen and (min-width: 769px) and (max-width:1024px){
    .work-items {
  
        height: 550px;
  
    } 

    iframe{
        width:100%;
        height: 400px
    }
    .youtube-vids{
        grid-template-columns: 1fr;
      }
 }