#works-placeholder {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

#works-content .col-md-6{
  padding: 0.15rem !important;
  transition: transform 1s ease-in-out,opacity .8s ease-in-out;
}

#works-content .below-viewport{
  transform: translate(0, 1rem);
  opacity: 0;
}

#works-content .works-container{
  padding-top: 56.25%;
  justify-content: center;
  overflow: hidden;

  position: relative;
}

#works-content .works-container a{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#works-content img{
  width:100%;
  height:100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

#works-content .title{
  padding: 0.5rem 1.2rem 0.7rem 1.2rem;
  margin: 0.4rem;
  color: rgba(255, 255, 255, 1);
  align-content: center;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;

  font-size: 1.8rem;
}

#works-content a{
  display: block;
  position: relative;
}

#works-content a:hover > .title{
  display: flex;
}

@media (max-width: 767.98px) {
  #works-content .title {
    font-size: 1.2rem;
  }
}
