.scaleOut {
  height: 100vh;
  position: relative;
  transition: none !important;
}
.scaleDown {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 64%;
  left: 50%;
  background-repeat:no-repeat;
  background-size:cover;
  transform-origin: 50% 50%;
}

/*header {
    position: fixed;
    margin: 10px 30px 0;
    left: 0;
    right: 0;
    background: transparent;
    padding: 20px;
    z-index: 1;
    color: white;
    border-bottom: 2px solid #FFF;
    transition: background 0.3s;
    text-align: center;
}*/
.cstm-header{
  position: fixed !important;
  top:0;
}
.scrolled {
    background-color: red;
    top: 0;
    margin: 0;
}