.close-project:hover {
  background-color: #e6e6e6;
}

.close-project {
  position: fixed;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #d0d0d0;
  color: #ffffff;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  top: 41px;
  padding-top: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

