.words {
  width: 100%;
  margin: 0 auto;
  padding-top: 52px;
  margin-bottom: 50px;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.words ul {
  list-style: none;
  display: flex;
  margin: 0 auto;
  padding: 0;
  justify-content: space-between;
  width: 100%;
  max-width: 870px;
}
.words ul li {
  font-family: "Switzer";
  letter-spacing: 2.4px;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  position: relative;
}
.words ul li:first-child::before {
  display: none;
}
.words ul li::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: -37px;
  transform: translateY(-50%);
}

#works {
  background-color: #F4F4F4;
  position: relative;
}
#works .demovid {
  width: 100%;
}
#works .demovid::-webkit-media-controls {
  display: none !important;
}
#works .demo {
  width: 100%;
  margin: 0 auto;
  background-image: url("../../images/bg_splines_white.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 128px;
  padding-bottom: 128px;
}
#works .demo #hublot {
  margin-top: 50px;
}
#works .demo .big-proj {
  display: flex;
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  margin-bottom: 110px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
#works .demo .big-proj .desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  justify-content: space-around;
}
#works .demo .big-proj .desc .xp {
  text-align: left;
  font-family: "Switzer";
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.24px;
  color: #000000;
  opacity: 0.8;
}
#works .demo .big-proj h2 {
  margin: 0;
  padding: 0;
  font-family: "Switzer";
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.45px;
  color: #000000;
  max-width: 400px;
  text-align: left;
  font-weight: 400;
  display: flex;
}
#works .demo .big-proj .img {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  position: relative;
  border-radius: 10px;
  max-height: 450px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#works .demo .big-proj .img img {
  width: 100%;
}
#works .demo .two {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
}
#works .demo .two .proj {
  display: flex;
  flex-direction: column;
}
#works .demo .two .proj h3 {
  margin: 0;
  padding: 0;
  margin-top: 28px;
  font-family: "Switzer";
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.36px;
  color: #000000;
  max-width: 400px;
  width: 100%;
  text-align: left;
  font-weight: 400;
  display: flex;
  align-items: center;
}
#works .demo .two .proj .img {
  width: 100%;
  position: relative;
  max-width: 600px;
  border-radius: 10px;
  max-height: 338px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#works .demo .two .proj .img img {
  width: 100%;
}
#works .demo .big-proj .img img, #works .demo .big-proj .img .over, #works .demo .proj .img img, #works .demo .proj .img .over {
  transition: all 0.6s;
}
#works .demo .big-proj .img img:hover, #works .demo .big-proj .img .over:hover, #works .demo .proj .img img:hover, #works .demo .proj .img .over:hover {
  transform: scale(1.1);
}
#works .demo .big-proj .img img:hover, #works .demo .proj .img img:hover {
  cursor: pointer;
}
#works .demo .big-proj .img .over,
#works .demo .two .proj .img .over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  border-radius: 10px;
  transition: all 0.5s;
}
#works .demo .big-proj .img .over:hover,
#works .demo .two .proj .img .over:hover {
  opacity: 0.7;
}
#works .demo .big-proj .img .over span,
#works .demo .two .proj .img .over span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
  font-family: "Switzer";
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}
#works .demo .big-proj .img .over span:before,
#works .demo .two .proj .img .over span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 7px;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s;
}
#works .demo .big-proj .img .over span:hover:before,
#works .demo .two .proj .img .over span:hover:before {
  content: "";
  width: 100%;
}
#works .demo a.img {
  text-decoration: none;
}
#works .demo:nth-child(odd) {
  background-image: url("../../images/bg_splines.jpg");
}
#works .demo:nth-child(odd) .big-proj h2, #works .demo:nth-child(odd) .proj h3, #works .demo:nth-child(odd) .big-proj .desc .xp {
  color: #ffffff;
}

#displayer {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
}
#displayer .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 0%;
  z-index: 101;
}
#displayer img {
  width: 85%;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 102;
}
#displayer #closer {
  position: absolute;
  right: 50px;
  top: 50px;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 103;
}
#displayer #closer::after, #displayer #closer::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
#displayer #closer::before {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
#displayer #closer::after {
  bottom: 50%;
  transform: rotate(-45deg) translateY(50%);
}
#displayer #closer:hover {
  cursor: pointer;
}
#displayer.show {
  display: block;
}
#displayer.show .overlay {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1280px) {
  #works .demo {
    padding-left: 15px;
    padding-right: 15px;
  }
  #works .demo .big-proj {
    flex-direction: column;
    justify-content: space-around;
  }
  #works .demo .big-proj .desc {
    max-width: 800px;
  }
  #works .demo .big-proj .desc h2 {
    max-width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  #works .demo .big-proj .desc h2 br {
    display: none;
  }
  #works .demo .two {
    flex-direction: column;
    align-items: center;
  }
  #works .demo .two .proj {
    flex-direction: column-reverse;
    margin-bottom: 35px;
  }
  #works .demo .two .proj h3 {
    max-width: 100%;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 890px) {
  .words {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .words {
    display: none;
  }
  #works .demo {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #works .demo .big-proj {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=works.css.map */