.clickTagLink {
  position: absolute;
}

html,
body {
  overflow: hidden;
  margin: 0px;
}

body {
  width: 980px;
  height: 300px;
  background: #fff;
  color: #fff;
  font-size: 16px;
  font-family: 'Mulish', sans-serif;
  font-optical-sizing: auto;
}

.crop {
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.banner {
  width: 980px;
  height: 300px;
  background: rgba(0, 45, 91);
}

.banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #002d5b;
  z-index: 1;
  opacity: 0.3;
}

.logo {
  position: absolute;
  right: 0px;
  bottom: -0px;
  max-width: 300px;
  z-index: 1;
}

.text-container .text {
  position: absolute;
  max-width: 980px;
  left: 40px;
  top: 20px;
  z-index: 3;
}

.text-container .text h1 {
  font-size: 5rem;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 10px;
}

.text-container .text h2 {
  font-size: 2.3rem;
  font-weight: 300;
  margin-top: 0px;
}

#text2 {
  position: absolute;
  opacity: 0;
  margin-left: 0px;
}

.image-container video {
  position: absolute;
  width: 980px;
  top: 0;
  left: 0px;
}

video {
  position: absolute;
}

.cta {
  position: absolute;
  right: 24px;
  bottom: 24px;
  background: #d97426;
  border: 0px;
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 0.5em 0.9em;
  letter-spacing: 0.01em;
  cursor: pointer;
  font-weight: 300;
  z-index: 999;
}
.cta:hover {
  opacity: 0.7;
}

#hover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 45, 91);
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: opacity 0.3s ease;
}

#hover:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(assets/pattern.svg);
  background-size: 1400px;
  position: absolute;
  left: 0;
  background-position: center;
  z-index: 999;
  opacity: 0.5;
}

.banner:hover #hover {
  opacity: 1;
}

#hover .inner-hover {
  text-align: center;
}

#hover .inner-hover #moen {
  max-width: 400px;
  margin-bottom: 1rem;
}

.logohover {
  max-width: 200px;
  margin: auto;
}

#moen-logo {
  max-width: 300px;
}

.hover-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

#hover .inner-hover div {
  font-size: 1.4rem;
  font-weight: 200;
}
