.intro .cont-wrap, .cont-wrap {
    width: 100%;
    max-width: 1200px;
    height: 100%; /* 100% */
    margin: 0 auto;

    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
.wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;

    position: relative;
}

* {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}