.banner {
  width: var(--width);
  height: var(--height);
  border: 1px solid var(--primary);
  background: var(--white);
  overflow: hidden;
  box-sizing: border-box;
  font-family: var(--family);
}

.size {
  top: -1px;
  left: -1px;
  width: var(--width);
  height: var(--height);
}

.retina {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

#btn-exit {
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  top: 0px;
  left: 0px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////// */

#sq1 {
  background: url(../img/sq1.png);
  opacity: 0;

}
#img1 {
  background: url(../img/img1.jpg);
  opacity: 0;
}
#logo {
  background: url(../img/logo.png);
  opacity: 0;
}
#copy3 {
  background: url(../img/copy3.png);
  opacity: 0;
}
#copy4 {
  background: url(../img/copy4.png);
  opacity: 0;
}
#cta {
  background: url(../img/cta.png);
  opacity: 0;
}
#exclam {
  background: url(../img/exclam.png);
  opacity: 0;
  transform: scale(0);
}
#exclam2 {
  background: url(../img/exclam2.png);
  opacity: 0;
  transform: scale(0);
}
#flag {
  background: url(../img/flag.png);
  top: -152px;
  filter: url("#turbulence");
}
#bannerCopy {
  background: url(../img/banner.png);
  top: -152px;
}
#bg {
  background: url(../img/bg.jpg);
}
#copy1 {
  background: url(../img/copy1.png);
  opacity: 0;

}
#copy2 {
  background: url(../img/copy2.png);
  opacity: 0;

}
#numb {
  background: url(../img/numb.png);
  opacity: 0;
}
