@import "https://fonts.googleapis.com/css?family=Josefin+Slab";
body {
  font-family: "Josefin Slab";
  height: 100vh;
  background-color: #ffffff;
}

.section-project {
  padding: 50px 0;
  position: relative;
  background-color: #ffffff;
}


.section__title {
  font-size: 3em;
  line-height: 1;
  margin: 0 0 20px;
}



.project-carousel {
  position: relative;
  padding: 50px 0;
}

.project-strip {
  margin: 150px 0 150px;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.project-strip .project {
  cursor: pointer;
}
.project-strip img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.project-screen {
  width: 583px;
  height: 451px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.project-screen .project-detail {
  position: absolute;
  left: 0;
  right: 0;
  /*width: 578px;
  height: 361px;*/
  margin: 32px auto 0;
  z-index: 1;
  background-color: #333;
}
.project-screen .screen-frame {
  content: " ";
  width: 768px;
  height: 451px;
  position: absolute;
  background-image: url("https://dl.dropboxusercontent.com/u/26808427/cdn/experiments/training/macbook-frame.png");
  background-repeat: no-repeat;
}
