body {
  overflow-y:hidden;
}
.full-screen {
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.font-caption{
	font-family: 'Fira Mono', monospace;
}
span {
  color: #FFF!important;
  letter-spacing:5px;
  font-size:400% !important;
  text-shadow:2px 2px 3px #2c3e50;
  font-weight:100 !important;
}

span > label {
  color:#c8d815;
  font-weight:100 !important;
}


@media (max-width:1440px) {
  span{
    font-size:300% !important;
  }
  .font-caption{
    margin-top: 10%!important;
  }
}
@media (max-width:768px) {
  .font-caption{
    margin-top: 40%!important;
  }
}

@media (max-width:375px) {
  span{
    font-size:200% !important;
  }
}