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

body {
  width: 980px;
  height: 300px;
  background: transparent;
  font-family: 'Montserrat', Arial, sans-serif;
}

.clickTagLink {
  position: absolute;
  display: block;
  width: 980px;
  height: 300px;
  color: inherit;
  text-decoration: none;
}

.banner {
  width: 980px;
  height: 300px;
  box-sizing: border-box;
  overflow: hidden;
  background: #243a62;
  color: #f8fbff;
  padding: 18px 48px 18px 48px;
}

.top-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: start;
  column-gap: 26px;
}

.norfishing-logo {
  width: 170px;
  margin-top: 2px;
}

.headline-wrap {
  text-align: right;
  transition: opacity 0.28s ease;
}

.banner:hover .top-row {
  grid-template-columns: 170px 0fr;
  column-gap: 0;
}

.headline-wrap h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.2px;
  color: #f3f6fb;
  white-space: nowrap;
}

.headline-wrap p {
  margin: 6px 2px 0 0;
  font-size: 20px;
  font-weight: 300;
  color: #f3f6fb;
}

.divider {
  width: 100%;
  height: 2px;
  margin-top: 14px;
  background: #c6823f;
  transition: opacity 0.28s ease;
}

.logo-grid {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 34px;
  row-gap: 12px;
  align-items: center;
  transition: margin-top 0.28s ease;
}

.banner:hover .headline-wrap {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.banner:hover .divider {
  opacity: 0;
}

/* .banner:hover .logo-grid {
  margin-top: -6px;
} */

.logo {
  width: 100%;
  max-width: 100%;
  height: 50px;
  object-fit: contain;
  object-position: center;
}

.moen,
.rorvik,
.navy {
  object-position: left center;
}

.marin,
.vikna {
  object-position: right center;
}

.solhaug {
  object-position: center;
}

.moen {
  height: 58px;
}

.rorvik {
  height: 64px;
}

.marin {
  height: 40px;
}

.navy {
  height: 78px;
}

.solhaug {
  height: 42px;
}

.vikna {
  height: 62px;
}

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

#hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #243a62;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

#hover .logo-grid {
  margin-top: 80px;
}
