.clickTagLink {
  position: absolute;
}

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

body {
  width: 320px;
  height: 250px;
  background: #fff;
  color: #fff;
  font-size: 16px;
  font-family: 'Mulish', sans-serif;
}

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

p {
  margin: 0px !important;
}

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

.banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    0deg,
    #021e40f0,
    #021e40b5,
    #021e4037,
    #021e4075,
    #021e40f0
  );
  z-index: 1;
}

.logo {
  position: absolute;
  left: 8px;
  top: 8px;
  max-width: 200px;
  z-index: 1;
}

video {
  position: relative;
  height: 100%;
}

.logo2 {
  position: absolute;
  right: 8px;
  top: 8px;
  max-width: 80px;
  z-index: 1;
}

.text-container {
  position: absolute;
  max-width: 300px;
  left: 8px;
  top: 170px;
  z-index: 3;
}

.text-container h1 {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0px;
}

.text-container h2 {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 120%;
  margin-top: 0px;
}

#text2,
#text3 {
  position: absolute;
  opacity: 0;
}

.text h2 span {
  color: #d97426;
}

.image-container img {
  position: absolute;
  width: 370px;
  top: 0;
  left: 0;
}

.image-container {
  height: 100%;
}

.image-1 {
  position: absolute;
}

.image-2,
.image-3 {
  position: absolute;
  opacity: 0;
}

.cta {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: #d97426;
  border: 0px;
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 0.2em 0.5em;
  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: 260px;
  margin-bottom: 0.5rem;
}

#hover .inner-hover div {
  font-size: 1rem;
  font-weight: 300;
}
