/**
 * adcouncilWorkforceReadyness160x600 - An HTML banner
 * @version v1.0.0
 * @date 2-26-2020
 */

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  text-rendering: optimizeLegibility;
}
div {
  margin: 0;
  padding: 0;
}
body,
body * {
  vertical-align: baseline;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  font: 100%/1.5 Arial, sans-serif;
}

#container_ad {
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
 
  width: 160px;
  height: 600px;
  overflow: hidden;
  border: 1px solid #666666;
  box-sizing: border-box;


  background-color: #ffffff;

  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -80px;

opacity:0;
}

#content_ad {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  background: #ffffff;
  overflow:hidden;

}

#background_exit_ad {
  /* background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;*/
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  z-index: 400;
}


#f2,
#f3,
#f4,
#logos,
#alltogether {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
  height: 600px;

  /*opacity: 0;*/
}
#f1 {
  background-color: #fcee21;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 305px;
  height: 600px;

 
}


#letterAnim {
  position: absolute;
  width: 160px;
/*  background-color: #00aeef;*/
  height: 600px;
  opacity:0;
}



.copy {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
  height: 600px;
}
#hashtag {
  position: absolute;
  top: 281px;
  left: 4px;
  width: 22px;
  height: 32px;
  opacity: 0;
}

#logo {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
