html, body, iframe, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
  margin: 0;
  padding: 0;
  border: 0;
}
.hide{
    display: none;
}
.b{
  text-shadow: -1px -1px 0 rgba(255,255,255,0.6), 1px -1px 0 rgba(255,255,255,0.6), -1px 1px 0 rgba(255,255,255,0.6), 1px 1px 0 rgba(255,255,255,0.6);
  /*text-shadow: -1px -1px 0 rgba(0,0,0,0.4), 1px -1px 0 rgba(0,0,0,0.4), -1px 1px 0 rgba(0,0,0,0.4), 1px 1px 0 rgba(0,0,0,0.4);*/
}
.w{
  text-shadow: -1px -1px 0 rgba(255,255,255,0.6), 1px -1px 0 rgba(255,255,255,0.6), -1px 1px 0 rgba(255,255,255,0.6), 1px 1px 0 rgba(255,255,255,0.6);
}
.w2{
  text-shadow: -1px -1px 0 rgba(255,255,255,0.4), 1px -1px 0 rgba(255,255,255,0.4), -1px 1px 0 rgba(255,255,255,0.4), 1px 1px 0 rgba(255,255,255,0.4);
}
#c_q1,#c_q2,#c_q3,#c_q4,#c_q5,#c_q6,#c_q7,#c_q8{
  font-family: arial;
  margin: 4px;
  font-size: 0.92em;
}
#centerinfo{
  position:absolute;
  font-size:6vw !important;
  margin:0 4% 0 4%;
  z-index:99999999999999;
  background-color: #b271d5;
  color: #FFF;
  overflow: hidden;
  padding: 8px;
  text-align: center;
  display:none;
}
#youtubethumbs{
  font-size: 25vw;
  color: #fff;
  z-index: 10;
  font-family: 'SegoeUISymbol';
  transform: scale(-1, 1);
  position: absolute;
  top:20%;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: auto;
}

.bg_black{
  /*
  see inc_vars.php
  width: 1920px;
  height: 1080px;
   */
  position: fixed;
  top:0;
  left:0;
  z-index: 9;
  background-color:#000;
}
.bg_dimmed{
  /*
  see inc_vars.php
  width: 1920px;
  height: 1080px;
  */
  position: fixed;
  top:0;
  left:0;
  background-color:rgba(20,20,20,0.1);
}



/*** COMMON ***/
body{
  /*font-family:arial;*/
  
  /*font-family:'Times New Roman',Times,serif;*/
  font-family: 'HelveticaNeueLTPro-Roman', Helvetica, Arial;

  /*font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,sans-serif;*/
  
  
  /*
  font-family:"Trebuchet MS";
  font-family:"Times New Roman", Times, serif;
  font-family:georgia;
  */
  color:#1D1D1D;
  font-size:12px;
  /*background-color:#FFF;*/
  background-color:transparent;
}
/*
body, html {
    background-color: #000;
    height: 100%;
    width: 100%;
    cursor: pointer;
    user-select: none;
    background: url(bg2.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
*/


.left{
  float:left;
}

#iframe_stage1, #iframe_stage2, #iframe_top, #iframe_top_share{
  /* position of iframes are set in presentation.php */
  position: absolute;
  height: 100%;
  width:100%;
}
#iframe_top{
  pointer-events: none;
}

/*** Common ***/
.title{
  color: #fff;
  font-size: 32px;
}
.name{
  font-size: 32px;
  width: 100% !important;
  white-space: nowrap;
  color: #fff;
}
.time{
  font-family: 'eurostile' !important;
  font-size: 16px;
  background-color: #b271d5 !important;
  padding:1px 2px 1px 2px;
  color:#fff;
}
/* for Photos|Videos|Location|Followers */
.additional{
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}

#video_small_meta_head .imgprofileicon{
  width: 80px;
  height: 80px; 
}
.left{
  width:68px; /* 60 + margin see imgprofileicon in main.css and inc_vars.php */
  height:60px;
}

#video_small_meta_head .left{
  width:88px;
  height:80px;
}
.right{
  /*float:right;*/
  /*width:560px;*/
  white-space: nowrap;
  display: block;
  width: auto;  
}
#video_small_meta_head, #video_small_meta_foot{
  width: auto;
  /*background-color:rgba(255,255,255,0.3);*/
  background-color:rgba(20,20,20,0.3);
  text-shadow:none !important;
}
#video_small_meta_head {
    margin-bottom: -4px;
}
#video_meta_head, #video_meta_foot{
  font-family:arial;
}
#video_small_meta_head, #video_small_meta_foot{
  font-family:arial;
  font-weight: normal;
}
#video_meta_head .right .name {
  font-size: 70px;
  font-size: 9vh;
  line-height: 120%;
  white-space: nowrap;
}
#video_meta_foot .time{
  margin-top: 5px;
  font-size:22px !important;
}
#video_small_meta_head .right br{
  height:0;
  font-size:0;
  display: none;
}
#video_small_meta_foot .time{
  margin-left: 5px;
  margin-top: -5px;
  font-size:20px;
}
#video_small_meta_head .name {
  font-size: 40px;
  width: 460px !important;
  overflow:hidden;
  display: block;
  line-height: 120%;
}
#video_small_meta_head .right {
  padding-top: 3px;
  padding-bottom: 13px;
}

#video_meta_foot .additional, #video_small_meta_foot .additional{
  font-size:18px;
  letter-spacing:1px;
}
#video_meta_foot .title, .largeimage_meta_foot .title{
  background-color: rgba(255,255,255,0.6);
  color: #000;
  overflow: hidden;
  padding-top: 2px;
}

#video_small_meta_head, #video_small_meta_foot,
.instagram_meta_dark{
  background-color:rgba(255,255,255,0.6);
}
#video_small_meta_head .name,
#video_small_meta_head .additional,
#video_small_meta_foot .title,
#video_small_meta_foot .additional,
.instagram_meta_dark .name,
.instagram_meta_dark .title,
.instagram_meta_dark .additional{
  color:#000;
}


.iconyoutube{
  /*opacity: 0.8;*/
}

/*** largeimage ***/
#largeimage{
  position: absolute;
  width: 100%;
  height: 100%;
}
#video_meta_foot .title, .largeimage_meta_foot .title{
  margin-top:1px;
  /*white-space: nowrap; FF */
}



.video{
  z-index: 1 !important;
}


/*** common ***/
.spacer{
  font-size: 20px;
  overflow:hidden;
  height:20px;
  clear: both;
  background:transparent;
  margin:0;
  border:0 none;
  padding:0;
}
li{
  list-style:none;
  padding:5px 10px 0 0;
  float:right;
}

.cleaner{
  vertical-align:top;
  clear:both;
  height:0.1px;
  font-size:0.1px;
  margin:0;
  border:0px none;
  padding:0;
  overflow:hidden;
}
iframe {
   overflow: hidden; /* no scrollbars */
}


/*** TWITTER ***/
/* see also in theme_ */
/*
.Icon--home:before { content: "\f151"; }
.Icon--connect:before { content: "\f050"; }
.Icon--discover:before { content: "\f052"; }
.Icon--me:before { content: "\f056"; }
.Icon--message:before { content: "\f054"; }
.Icon--setting:before { content: "\f059"; }
.Icon--tweet:before { content: "\f029"; background: rgba(0,132,180,.8); padding: 3px 9px; border-radius: 5px;color: white;}
.Icon--bird:before { content: "\f179"; color: #0084b4; padding: 0 5em;}
<span class="Icon Icon--reply"></span><span class="Icon Icon--retweet"></span><span class="Icon Icon--favorite"></span><span class="Icon Icon--dots"></span><div class="tweet_text">
*/
.Icon{background:transparent;display:inline-block;font-style:normal;vertical-align:baseline;padding-right:16px; font-size:16px; color:#fff}
.Icon:before{display:block;font-family:"rosettaicons";font-weight:normal;font-style:normal;text-align:center;-webkit-font-smoothing:antialiased}
.Icon--reply:before{content:"\f151"}
.Icon--retweet:before{content:"\f152"}
.Icon--favorite:before{content:"\f147"}
.Icon--dots:before{content:"\f150"}

/** tweet_small **/
.tweet_small{
  /*font-family: 'gulim';*/
  font-size: 24px;
  line-height:20px;
  visibility: hidden;/* set visible with js */
  /* background-color: #000;  for overlapping */
  padding:0 2px 0 2px;
  color: #FFF;
  margin:0;
}
.tweet_small_name{
  padding:0;
  font-family: 'HelveticaNeueLTPro-Lt'; font-size: 18px; line-height:18px;
  /*color: #29d7fa;*/
}
.tweet_small_screen_name{
  font-family: 'HelveticaNeueLTPro-Lt';
  font-size: 20px;
  white-space: nowrap;
  color: #fff;
}
.tweet_small .additional{
  font-size: 12px;
  line-height:12px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: 'HelveticaNeueLTPro-Roman';
  color: #fff;
}
.tweet_small_time{
  /*font-size: 12px;*/
  /*padding:0 2px 0 2px;*/
}
.tweet_small_left{
  float:left;
  width:60px; /*48px;*/
}
.tweet_small_left img{
  width:60px; /*48px;*/
  height:60px; /*48px;*/
  border-radius: 0;
}
.tweet_small_right{
  float:right;
}
.tweet_small_text{
  color: #fff;
  margin-top:10px;
  font-family: 'HelveticaNeueLTPro-Lt'; font-size: 18px; line-height:18px;/*'HelveticaNeueLTPro-UltLt';*/
  letter-spacing: 1px;
  clear:both;
  overflow:hidden;
}
.tweet_small .Icon{
  padding-right:6px !important;
  font-size:10px !important;
}
.br_tweet_small {
  content: " ";
  display: block;
  margin-top: -1px;
  line-height:1px;
  height: 1;
  font-size: 1px;
}

/** tweet_big **/
.twitter_mv{
  top: 6%;
  margin-left: 25%;
  width: 70%;
  position:fixed;
  opacity:0;
  -webkit-animation: mv 9s 1 ease-in-out;
  animation: mv 9s 1 ease-in-out;
}
@-webkit-keyframes mv {
  0%   {top:0px;opacity:0}
  4%   {top:0px;opacity:1}
  31%  {top:0px;opacity:1}
  33%  {top:180px;opacity:1}
  64%  {top:180px;opacity:1}
  66%  {top:360px;opacity:1}
  97%  {top:360px;opacity:1}
  100% {top:540px;opacity:1}
}
@keyframes mv {
  0%   {top:0px;opacity:0}
  4%   {top:0px;opacity:1}
  31%  {top:0px;opacity:1}
  33%  {top:180px;opacity:1}
  64%  {top:180px;opacity:1}
  66%  {top:360px;opacity:1}
  97%  {top:360px;opacity:1}
  100% {top:540px;opacity:1}
}

.tweet_big{
  margin-top: 6%;
  color: #cccccc; /* moves smoother then fffff */
  font-size: 14px;
  opacity:0;/* set visible with js */
  /* background-color: #000;  for overlapping */
  /*background-color:rgba(64,153,255,0.7);*/
  background-color:rgba(20,20,20,0.4);
  /*background-color:#ce0000;*/
  padding:2px 2px 2px 3px;
}
.tweet_big_screen_name{
  display: none;
  /*font-family: 'HelveticaNeueLTPro-UltLt';
  font-size: 26px;
  white-space: nowrap;
  color: #fff;*/
}
.tweet_big .additional{
  font-size: 12px;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLTPro-Roman';
  font-weight:bold;
  color: #fff;
}
.tweet_big_left{
  float:left;
  width:10%;
}
.tweet_big_left img{
  width: 95%;
  border-radius: 0;
}
.tweet_big_right{
  float:right;
  width:90%;
}
.tweet_big_url{
  color: #ce0000;
}
.br_tweet_big {
  content: " ";
  display: block;
  margin-top: -2px;
}

/** tweet_img **/
.tweet_img{
  top: 0;
  margin-left: 50% !important;
  width: 45% !important;
  position:fixed;
  opacity:1;
}
.tweet_img .tweet_big_text{
  height: auto !important;
}

.preload {
  position:fixed;
  left: -9999px;
  top:  -9999px;
}




/* footer */
#foot_left{
  width:4.5vw; /*4.5vw;*/
  height:4.5vw;
  display: inline-block;
  margin: 0 5px -10px -4px;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}
#logo{
  background-color: #b271d5;
  padding:1px 14px 1px 14px;
  color:#fff;
  float:right;
  margin-top: -2px;
}
#video{
  width:100%;
  height:100%;
  position: absolute;
}
#video_meta_foot, .largeimage_meta_foot{
  margin-top: 14px;
  overflow:hidden;
}

#video_meta, .largeimage_meta{
  position:fixed;
  bottom:5%;
  width:90%;
  margin-left: 5%;
  z-index:3;
}

#video_meta_foot .title, .largeimage_meta_foot .title{
  background-color: rgba(255,255,255,0.6);
  color: #000;
  padding-left: 12px;
  overflow: hidden;
  padding-top: 2px;
}

.tweet_big{
  margin-left: 5%;
  width: 90%;
}



/*** instagram ***/
#instagram_box1, #instagram_box2{
position: fixed;
display: block;
top: 38px;
/*border: 1px solid yellow;*/
}
#instagram_box1{
  left:5%;
}
#instagram_box2{
right:5%;
/*top: 38px;*/
}
#instagram1_meta_head .right .name, #instagram2_meta_head .right .name{
  font-size: 22px;
  margin-bottom: 3px;
}

#instagram1_meta_head .right, #instagram2_meta_head .right{
  height: 80px;
}
#instagram1_meta_foot .title, #instagram2_meta_foot .title{
  font-size: 22px;
  line-height: 1.4;
}
#instagram1_meta_foot .additional, #instagram2_meta_foot .additional{
  font-size: 10px;
}

#instagram1_meta_head .left, #instagram2_meta_head .left{
  width:88px;
}


#foot_left{
  width:30px; /*4.5vw;*/
  height:30px;
}
/* bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px){
#foot_left{
  width:4.5vw; /*4.5vw;*/
  height:4.5vw;
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}


/*
default small devices smartphones, iPhone, portrait 480x320 phones
*/
.tweet_small_right{
  width:216px;
}
.tweet_small{
  width: 280px; /*202px;*/
}
#iframe_top_share{
  height: 100px;
}
.tweet_big_name{
  font-size: 24px;
  font-family: 'HelveticaNeueLTPro-Lt';
  width: 100% !important;
  white-space: nowrap;
  color: #fff;
  /*font-weight:bold;*/
}
.tweet_big_text{
  color: #fff;
  font-size: 20px;
  line-height: 105%;
  height: 86px;
  margin-top:4px;
  overflow:hidden;
  font-family: 'HelveticaNeueLTPro-UltLt';
}
.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
  padding: 3px 0!important; /*AddThis Sharing Sidebar*/
  
}
.at-expanded-menu-noscroll, .atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper{
  pointer-events: auto;
}
.at-icon-wrapper{
  background-color: #000 !important;
}
.at-share-dock.atss {
  box-shadow: 0 0 1px 1px #666 !important;
  width: 96% !important;
  max-width: 96% !important;
}
.at-icon{
  width: 24px !important;
  height: 24px !important;
}







.largeimage_meta_foot .title, #video_meta_foot .title{
  font-size: 70px;
  font-size: 4.5vw;
}




/* set also in inc_vars.php */
.imgprofileicon{
  width: 60px;
  height: 60px;
}
.imgprofileicon_xl{
  width: 80px;
  height: 80px;
}
.imgprofileicon_xxl{
  width: 100px;
  height: 100px;
}

.imgprofileicon_xxxl{
  width: 60px;
  height: 60px;
}
#video_meta_head .left, .largeimage_meta_head .left{
  width:0px;
  height:80px;
}
.largeimage_meta_head .right{
  margin-left: 68px;
}
.largeimage_meta_head .imgprofileicon_xxxl,
.image_meta_head .imgprofileicon_xxxl{
  border-radius: 30px;
}
.largeimage_meta_head .imgprofileicon,
.image_meta_head .imgprofileicon{
  border-radius: 30px;
}




#video_box{
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 2;
  position:fixed;
  right: -130px;
  top: -60px;
  bottom: auto;
}
.tweet_big{
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.instagram, .instagram img, .instagram video, #instagram1_meta_foot ,#instagram2_meta_foot{
  width:92vw;
  max-height:92vw;
}
#instagram_box2{
  display: none;
}

@media (min-width:350px){ /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
.tweet_small_right{
  width:276px;
}
.tweet_small{
  width: 340px;
}
}

@media (min-width:481px){ /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
.tweet_small_right{
  width:316px;
}
.tweet_small{
  width: 380px; /*202px;*/
}
.imgprofileicon_xxxl{
  width: 80px;
  height: 80px;
}
.imgprofileicon_xxxl{
  width: 80px;
  height: 80px;
}
.largeimage_meta_head .imgprofileicon_xxxl,
.image_meta_head .imgprofileicon_xxxl{
  border-radius: 40px;
}
.largeimage_meta_head .right{
  margin-left: 88px;
}
#video_box{
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  right: -60px;
  top: -20px;
}
}

@media (min-width:641px){ /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
.imgprofileicon_xxxl{
  width: 80px;
  height: 80px;
}
#video_box{
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  right: -20px;
  top: 0;
}
.tweet_big{
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-left: 25%;
  width: 70%;
}
}

@media (min-width:961px){ /* tablet, landscape iPad, lo-res laptops ands desktops */
#instagram_box2{
  display: inline;
}
#iframe_top_share{
  height: 400px; /*not to hight becaus youtube clickable*/
}
.tweet_big_name{
  font-size: 32px;
  /*font-weight:bold;*/
}
.tweet_big_text{
  font-size: 40px;
}
.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
  padding: 8px 0!important; /*AddThis Sharing Sidebar*/
}
.at-icon{
  width: 32px !important;
  height: 32px !important;
}
.imgprofileicon_xxxl{
  width: 100px;
  height: 100px;
}
#video_meta_head .left, .largeimage_meta_head .left{
  width:108px;
  height:100px;
}
.largeimage_meta_head .imgprofileicon_xxxl,
.image_meta_head .imgprofileicon_xxxl{
  border-radius: 50px;
}
.largeimage_meta_head .name {
  font-size: 9vh;
  line-height: 120%;
}
#video_box{
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  right: 5%;
  top: 5%;
}
.instagram, .instagram img, .instagram video, #instagram1_meta_foot ,#instagram2_meta_foot, #instagram1_meta_head ,#instagram2_meta_head{
  width:32vw;
  max-height:34vw;
}
.instagram_full, .instagram_full img, .instagram_full video{
  width:32vw;
  max-height:40vw;
}
}

@media (min-width:1025px){ /* big landscape tablets, laptops, and desktops */
.imgprofileicon_xxxl{
  width: 120px;
  height: 120px;
}
#video_meta_head .left, .largeimage_meta_head .left{
  width:128px;
  height:120px;
}
.largeimage_meta_head .imgprofileicon_xxxl,
.image_meta_head .imgprofileicon_xxxl{
  border-radius: 60px;
}
}

@media (min-width:1281px){
.imgprofileicon_xxxl{
  width: 120px;
  height: 120px;
}
#instagram1_meta_foot .additional, #instagram2_meta_foot .additional{
  font-size: 14px;
}
}

@media (min-width:1700px){
.instagram, .instagram img, .instagram video, #instagram1_meta_foot ,#instagram2_meta_foot, #instagram1_meta_head ,#instagram2_meta_head{
  width:34vw;
  max-height:34vw;
}
.instagram_full, .instagram_full img, .instagram_full video{
  width:40vw;
  max-height:40vw;
}
}



/******************************
*
* playMood Icons
*
* http://fontawesome.io/examples/
* http://fontawesome.io/icons/
*******************************/
#moode_counter{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 4%;
  font-size: 4vw;
  z-index: 9;
  opacity: .7;
}

#moode_counter #dt,#moode_counter #hc{
  font-size: 4vw;
}
#moode_counter div{
  line-height: 1.4;
}
/*div.icons{*/
div.icons, div.transport, div.currency, div.brand{
    width: 300px;
    height: 600px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -50px;
}
div.presidents{
    width: 800px;
    height: 800px;
    bottom: 0;
}
div.brands{
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 100px;
  /*border: solid 1px aqua;*/
}
div.nolb{
    white-space: nowrap;
    width:auto;
    display: inline-block;
    /*vertical-align: top;*/
    text-overflow:ellipsis;
}
div.relative {
    position: relative;
    width:auto;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    text-overflow:ellipsis;
}
div.myicon {
    width: 30px;
    height: 30px;
    opacity: 1;
    position: absolute;
    bottom: 0;
    display: none;
}

div.myicon i {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}
.col1 { color: #ffff00; }
.col2 { color: #ffa500; }
.col3 { color: #ff3700; }
.col4 { color: #ff5efb; }
.col5 { color: #00cbff; }
.col6 { color: #00c51c; }
@keyframes flowOne {
    0% {
    opacity: 0;
    bottom: 0;
    left: 14%}
40% {
    opacity: .8;
}
50% {
    opacity: 1;
    left: 0;
}
60% {
    opacity: .2;
}
80% {
    bottom: 80%}
100% {
    opacity: 0;
    bottom: 100%;
    left: 18%}
}@keyframes flowTwo {
    0% {
    opacity: 0;
    bottom: 0;
    left: 0;
}
40% {
    opacity: .8;
}
50% {
    opacity: 1;
    left: 11%}
60% {
    opacity: .2;
}
80% {
    bottom: 60%}
100% {
    opacity: 0;
    bottom: 80%;
    left: 0;
}
}@keyframes flowThree {
    0% {
    opacity: 0;
    bottom: 0;
    left: 0;
}
40% {
    opacity: .8;
}
50% {
    opacity: 1;
    left: 30%}
60% {
    opacity: .2;
}
80% {
    bottom: 70%}
100% {
    opacity: 0;
    bottom: 90%;
    left: 0;
}
}


