input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  border: 0; }

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0; }

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100; }

.fullscreen-bg__video {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

#full_video {
  display: block;
  z-index: 2; }

#loop_video {
  display: block;
  z-index: 1; }

.click_overlay {
  position: fixed;
  background-color: transparent;
  z-index: 99;
  display: none;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.full_image,
.full_image_small {
  display: none; }

body.mobile .full_image {
  display: block; }

body.mobile #full_video,
body.mobile #loop_video {
  display: none; }
