.hidden{
  opacity: 0;
  transition: none;
}
.scroll_down {
    position: absolute;
    z-index: 1;
    bottom: 50px;
    padding-left: 5%;
}

[id*=-container] {
    display: table;
    width: 100%;
}
.shadow-solid-down {
    box-shadow: 0px -2px 4px black;
    -webkit-box-shadow: 0px -2px 4px black;
    -moz-box-shadow: 0px -2px 4px black;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
section:nth-child(odd) {
    background-color: #f4f4f4;
}
/* Title style */
section[id*=-container] hgroup {
    margin-left: 10%;
    margin-top: 50px;
    max-width: 1024px
}
section[id*=-container] hgroup > h4 {
    padding-bottom: 40px;
}
@media (max-height: 650px) {
    .scroll_down {
      padding-left: 1%;
    }
}
@media (max-height: 750px) {
    section[id*=-container] hgroup > h1::after {
        margin-bottom: 20px;
    }
}
@media (max-width: 992px) {
    body {
        overflow: initial !important;
    }
    section[id*=-container] {
        height: 480px;
    }
    section[id*=-container] hgroup > h1 {
        font-size: 25px;
    }
    section[id*=-container] hgroup > h1::after {
        width: 50%
    }
    section[id*=-container] hgroup > h4 {
        font-size: 17px;
        padding-bottom: 10px;
    }
    section[id*=-container] hgroup {
        margin-left: 0;
        margin: 0px 5%;
    }
    .scroll_down{
      display: none;
    }
}