@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

body {
    font-family: sans-serif;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
}

h1 {
    font-size: 3.75rem;
    line-height: 4.7rem;
    font-weight: normal;
    color: #fff;
}

h2 {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 0rem;
    color: #C8C8C8;
}

.iycrt {
    margin: auto;
    padding-top: 13%;
}

video {
    position: fixed;
    top: -13rem;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 5513px;
    height: 3513px;
}