@media (max-width: 1400px) and (min-width: 1200px) {
    .one-view-height {
        height: 100%;
    }
}

@media only screen and (min-width: 991px) {

    body.vegas-container,
    body {
        overflow: hidden;
    }

    body.show-content {
        overflow: scroll;
    }

    header {
        display: block;
    }

    .page-info {
        padding-top: 0px;
        position: fixed;
        padding-right: 20em;
        padding-left: 20em;
    }

    h2,
    .h2 {
        margin-bottom: 15px;
    }

    .p-t-b-15 {
        padding-bottom: 7px;
    }

    .col-transform {
        transition: all 0.6s ease-in-out;
    }

    .page-content {
        position: absolute;
        visibility: hidden;
        right: -50%;
        transition: all 0.6s ease-in-out;
    }

    .show-content .page-content {
        overflow: scroll;
        position: absolute;
        right: 0;
        visibility: visible;
    }

    .page-amplitude-wrapper {
        position: fixed;
    }

    .count-down {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media (max-width: 992px) and (min-width: 767px) {
    .one-view-height .logo-wrapper {
        padding-top: 100px;
        margin-top: 0;
    }

    .language-header {
        right: 2%;
        top: 1%;
    }

    .pattern::before {
        background-size: 130%;
    }

    .hello-life p,
    .hello-life h4 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {

    /* ----------------------------------
     Count Down
  ---------------------------------- */
    .count-down>div>div {
        display: inline-block;
        padding: 20px;
    }

    .count-down h1 {
        font-size: 47px;
    }

    .modal.modal-scale.fade {
        margin: 15px;
    }

    .modal.modal-scale.fade .modal-dialog {
        width: 100%;
    }

    .modal-content {
        padding: 50px 15px;
    }

    .one-view-height {
        height: 100%;
    }

    .hello-life h2 {
        max-width: 100%;
        font-size: 26px;
    }

    .hello-life p,
    .hello-life .stuck-wrapper .felling-stuck p,
    .hello-life .footer-wrapper p {
        font-size: 16px;
    }

    .hello-life form .form-group,
    .hello-life .stuck-wrapper {
        flex-direction: column;
    }

    .hello-life form .form-group .col-40,
    .hello-life .stuck-wrapper .felling-stuck {
        width: 100%;
    }

    .hello-life form .form-group .col-40 input {
        padding: 16px;
    }

    .hello-life form .form-group .col-20 button {
        margin-top: 10px;
        margin-left: 0;
    }

    .hello-life .stuck-wrapper .felling-stuck {
        margin: 0;
        margin-bottom: 20px;

    }

    .one-view-height .logo-wrapper {
        width: 100%;
        padding-top: 50px;
        margin-top: 0;
    }

    .language-header {
        right: 2%;
        top: 1%;
    }

    .pattern::before {
        background-size: 180%;
        top: 12%;
    }

    .hello-life form .form-group span {
        font-size: 14px;
    }

    .hello-life p,
    .hello-life h4 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 575px) {

    .page-info,
    .vert-middle {
        min-height: 100vh;
    }
}