

/* .projects-template .container .project-list .project-list-item .-img-wrapper .project-image {
    position: absolute;
}

*/

.projects-template .container .project-list .project-list-item.has-hovered-image > .project-image {
    z-index: 2;
    transition: all 0.3s linear;
} 

.projects-template .container .project-list .project-list-item.has-hovered-image:hover > .project-image {
    opacity: 0;
} 

.projects-template .container .project-list .project-list-item.has-hovered-image:hover > .hovered-image {
    opacity: 1;
    transform: translateY(-5px);
} 


.projects-template .container .project-list .project-list-item.has-hovered-image > .hovered-image {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  right: 0px;
  top: -1px;
  opacity: 0;
  transition: all 0.3s linear;

  aspect-ratio: 1 / 1;
  overflow: hidden;

}


/* .projects-template .container .project-list .project-list-item    {
    width : 100px;
    height : 67px;
    display: block;
}
 */

.projects-template .container .project-list .project-list-item.has-hovered-image .-img-wrapper .hovered-image {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: transform;
    -webkit-clip-path: none !important;
    clip-path: none !important;
}

.projects-template .container .project-list .project-list-item .project-title {
    width: 100%;
    text-align: center;
    z-index: 1;
    display: block;
    margin-top: 0;
    position: absolute;
    bottom: -35px;
    width: 100%;
    padding: 8px 0;
}

.projects-template .container .project-list .project-list-item:hover .project-title {
    background: #fff;
}


/* 
.projects-template .container .project-list .project-list-item.has-hovered-image .hovered-image {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
  -webkit-clip-path: none !important;
  clip-path: none !important;
}  */


/* .projects-template .container .project-list .project-list-item.has-hovered-image > .hovered-image {
  width: 100px;
  height: 67px;
  display: block;
  position: absolute;
  top : 0;
  z-index: 1;
} */


/* .projects-template .container .project-list .project-list-item .hovered-image {
  position: absolute;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
  -webkit-clip-path: none !important;
  clip-path: none !important;
} */