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

}
.hero::after {
  content: "InstaX Mini 12"; /* Manually set the alt text */

}

iframe{
    width:100%;
    height: 750px
}
.project-logo{
  width: 200px;
}
@media (max-width: 599px) {
    .work-items {
      height: 250px;
    }

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

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

    iframe{
        width:100%;
        height: 800px
    }
 }