
.projects-section .projects-item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  .projects-section .projects-item .overlay-content {
    opacity: 1 !important;
  }
  
  .projects-section .projects-item .overlay-content::before {
    top: 10px !important;
    right: 10px !important;
  }
  
  .projects-section .projects-item .overlay-content::after {
    bottom: 10px !important;
    left: 10px !important;
  }
  