
/** playground-section **/

.playground-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 627px 0px 73px 0px;
  background-attachment: fixed;
}

.playground-section:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.1;
}

.playground-section h2{
  display: block;
  font-size: 150px;
  line-height: 130px;
  color: #fff;
}