#ad {
  position: relative;
  width: 320px;
  height: 110px;
  background-color:#000000;
  overflow: hidden;
  font-family: 'Orbitron', sans-serif;
  perspective: 800px;
}

#ad::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  box-sizing: border-box;
  z-index: 3;
}

#bg {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#black{
  background-color: #000000;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 296px;
  height: 86px;
  transform-origin: center;
  transform: scale(0);
}

#white{
  background-color:  #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 250px;
  transform-origin: center;
  transform: scale(0);
}

.logo {
  position: absolute;
  height: 14px;     /* 32 * 0.44 ≈ 14 */
  right: 20px;      /* 30 * 0.33 ≈ 10 */
  top: 20px;        /* 30 * 0.44 ≈ 13 */
  opacity: 0;
  z-index: 1;
}

#loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


#blackCutout {
  position: absolute;
  top: 12px;
  width: 296px;
  height: 86px;
  transform: scale(95); 
}

#f1-text, #f2-text, #f3-text, #f4-text   {
  position: absolute;
  font-size: 18px;       /* 41 * 0.44 ≈ 18 */
  line-height: 30px;     /* 44 * 0.44 ≈ 19 */
  top: 45px;             /* 116 * 0.44 ≈ 51 */
  left: 213px;           /* 645 * 0.33 ≈ 213 */
  color: #ffffff;
  letter-spacing: -0.004em;
}

#f1-text .biggerText, #f2-text .biggerText {
  font-size: 42px;
  line-height: 46px;
  color: #ffffff;
  letter-spacing: -0.002em;
  font-weight: bold;
}

 .text-container:nth-child(2){
  margin-top: -8px;
}

#f5-text {
    position: absolute;
    font-size: 18px;
    line-height: 26px;
    top: 20px;
    left: 30px;
    color: #fff;
    letter-spacing: -0.002em;
}

#f5-text b{
  color: #ffffff;
}

#f5-text .biggerText {
    font-weight: bold;
    
}

#baseLine{
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 12px;
  width:100%;
  background-color: red;
  opacity: 0;
  z-index: 2;
}

#keyline{
  position: absolute;
  width:416px;
  height:99px;
  border: 12px solid red;
  opacity:0;
}


.text-container{
  position: relative;
  overflow: hidden;
  /* border:1px solid red;  */

}



.text-container span{
  display:inline-block;
  transform: translateY(46px);
}

#f5-text .text-container span{
  display:inline-block;
  transform: translateY(58px);
}

#ogb {
  position: absolute;
  left: 190px;
  width: 120px;
  opacity: 0;
  top: -10px;
}

#cta {
  position: absolute;
  font-family: arial, sans-serif;
  color: #000000;
  background-color: #ffffff;
  border-radius: 9px;            /* 20 * 0.44 ≈ 9 */
  text-align: center;
  font-size: 8px;                /* 18 * 0.44 ≈ 8 */
  top: 20px;                     /* 150 * 0.44 ≈ 66 */
  transform: scale(0);
  white-space: nowrap;
  left:150px;                   /* 615 * 0.33 ≈ 203 */
  width: 40px;                   /* 120 * 0.33 ≈ 40 */
  height: 16px;                  /* 36 * 0.44 ≈ 16 */
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.01em;
}