#project {
  width: 100%;
  height: 75vh;
  background: url("../../Powertec-logos/Projects grey scale.jpg") top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#project:hover {
  width: 100%;
  height: 75vh;
  background: url("../../Powertec-logos/Projects colored.jpg") top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#project:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  
}


#project .container {
  position: relative;
}

#project h1 {
  padding: 15px;
  background-color: #6ea4429c;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 500px;
}

#project h1 span {
  color: #fff;
}

#project h2 {
  color: #000;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#project .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #f28f26;
}

#project .btn-get-started:hover {
  background: #f28f26;
}

#project .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#project .btn-watch-video i {
  color: #f28f26;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#project .btn-watch-video:hover {
  color: #f28f26;
}

#project .btn-watch-video:hover i {
  color: #f28f26;
}

@media (max-width: 768px) {
  #project {
    width: 100%;
    height: 500px;
    background: url("../../Powertec-logos/projects 500X500G.jpg") top;
    background-repeat: no-repeat;
    position: relative;
  }

  #project:hover {
    width: 100%;
    height: 500px;
    background: url("../../Powertec-logos/projects 500X500 C.jpg") top;
    background-repeat: no-repeat;
    position: relative;
  }

  #project h1{
    padding: 15px;
    background-color: #6ea4429c;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 380px;
  }

  .table th{
    font-size: 12px;
  }
  
  .table td{
    font-size: 8px;
  }
}