@charset "UTF-8";

.marqueemsg {
    width: 900px;
    padding:0.5em 0 0;
    overflow:hidden;
    position:relative;
    margin: 70px auto 0;
}

.marqueemsg p:after {
    content:"";
    white-space:nowrap;
    padding-right:50px;
}

.marqueemsg p {
    font-size: 2rem;
    opacity: 0.0;
    margin: 0;
    padding-left: 900px;
    display: inline-block;
    white-space: nowrap;
	-webkit-animation-name: marqueemsg;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 10s;
	-webkit-animation-iteration-count: 3;
	-moz-animation-name: marqueemsg;
	-moz-animation-timing-function: linear;
	-moz-animation-duration:10s;
	-moz-animation-iteration-count: 3;
	-ms-animation-name: marqueemsg;
	-ms-animation-timing-function: linear;
	-ms-animation-duration:10s;
	-ms-animation-iteration-count: 3;
	-o-animation-name: marqueemsg;
	-o-animation-timing-function: linear;
	-o-animation-duration:10s;
	-o-animation-iteration-count: 3;
	animation-name: marqueemsg;
	animation-timing-function: linear;
	animation-duration: 8s;
	animation-iteration-count: 3;
}
@-webkit-keyframes marqueemsg {
    from   { transform: translate(0%);
        opacity: 0.5;
    }
    99%,to {
        transform: translate(-100%);
        opacity: 1;
        color: #000000;
    }
}
@-moz-keyframes marqueemsg {
    from   { transform: translate(0%);
        opacity: 0.5;
    }
    99%,to {
        transform: translate(-100%);
        opacity: 1;
        color: #000000;
    }
}
@-ms-keyframes marqueemsg {
    from   { transform: translate(0%);
        opacity: 0.5;
    }
    99%,to {
        transform: translate(-100%);
        opacity: 1;
        color: #000000;
    }
}
@-o-keyframes marqueemsg {
    from   { transform: translate(0%);
        opacity: 0.5;
    }
    99%,to {
        transform: translate(-100%);
        opacity: 1;
        color: #000000;
    }
}
@keyframes marqueemsg {
  from   { transform: translate(0%);
      opacity: 0.5;
  }
  99%,to {
      transform: translate(-100%);
      opacity: 1;
      color: #000000;
  }
}

@import url("https://fonts.googleapis.com/css?family=Syncopate");

html, body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Syncopate', Helvetica, Arial;
    text-transform: uppercase;
    margin: 0;
    height: 100%;
    width: 100%;
}
i {
    display: inline-block;
    font-style: normal;
    padding: 0.5rem 0.25em;
    -webkit-transform: scale(0) translate3d(0, -2000px, 0);
       -moz-transform: scale(0) translate3d(0, -2000px, 0);
        -ms-transform: scale(0) translate3d(0, -2000px, 0);
         -o-transform: scale(0) translate3d(0, -2000px, 0);
            transform: scale(0) translate3d(0, -2000px, 0);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}
i.fly-in-out {
    -webkit-animation: fly-in-out 3s 5 ease-in-out alternate;
       -moz-animation: fly-in-out 3s 5 ease-in-out alternate;
       -ms-animation: fly-in-out 3s 5 ease-in-out alternate;
         -o-animation: fly-in-out 3s 5 ease-in-out alternate;
            animation: fly-in-out 3s 5 ease-in-out alternate;
}
@-webkit-keyframes fly-in-out {
    0% {
        transform: scale(0) translate3d(0, -2000px, 0);
        background: rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.2);
        border-radius: 50%;
    }
    15%, 85% {
        color: rgba(255, 255, 0, 0.8);
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
        transform: scale(1) translate3d(0, 0, 0);
        background: transparent;
        box-shadow: none;
    }
    100% {
        color: rgba(255, 255, 0, 0.8);
        transform: scale(1) translate3d(0, 0, 0);
        background: rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.2);
        border-radius: 50%;
    }
}
@-moz-keyframes fly-in-out {
    0% {
        transform: scale(0) translate3d(0, -2000px, 0);
        background: rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.2);
        border-radius: 50%;
    }
    15%, 85% {
        color: rgba(255, 255, 0, 0.8);
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
        transform: scale(1) translate3d(0, 0, 0);
        background: transparent;
        box-shadow: none;
    }
    100% {
        color: rgba(255, 255, 0, 0.8);
        transform: scale(1) translate3d(0, 0, 0);
        background: rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.2);
        border-radius: 50%;
    }
}
@-ms-keyframes fly-in-out {
    0% {
        transform: scale(0) translate3d(0, -2000px, 0);
        background: rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.2);
        border-radius: 50%;
    }
    15%, 85% {
        color: rgba(255, 255, 0, 0.8);
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
        transform: scale(1) translate3d(0, 0, 0);
        background: transparent;
        box-shadow: none;
    }
    100% {
        color: rgba(255, 255, 0, 0.8);
        transform: scale(1) translate3d(0, 0, 0);
        background: rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.2);
        border-radius: 50%;
    }
}
@-o-keyframes fly-in-out {
    0% {
        transform: scale(0) translate3d(0, -2000px, 0);
        background: rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.2);
        border-radius: 50%;
    }
    15%, 85% {
        color: rgba(255, 255, 0, 0.8);
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
        transform: scale(1) translate3d(0, 0, 0);
        background: transparent;
        box-shadow: none;
    }
    100% {
        color: rgba(255, 255, 0, 0.8);
        transform: scale(1) translate3d(0, 0, 0);
        background: rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.2);
        border-radius: 50%;
    }
}
@keyframes fly-in-out {
    0% {
        transform: scale(0) translate3d(0, -2000px, 0);
        background: rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.2);
        border-radius: 50%;
    }
    15%, 85% {
        color: rgba(255, 255, 0, 0.8);
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
        transform: scale(1) translate3d(0, 0, 0);
        background: transparent;
        box-shadow: none;
    }
    100% {
        color: rgba(255, 255, 0, 0.8);
        transform: scale(1) translate3d(0, 0, 0);
        background: rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.2);
        border-radius: 50%;
    }
}
 1Ã—0.5Ã—0.25Ã— Rerun
Resources
/* --------------------------------
 * smart phone
 * -------------------------------- */
 @media (max-width: 1024px) {
 	body {
 		background-image: none;
 	}
 }
 @media (max-width: 768px) {
     .marqueemsg {
         width: 100%;
         padding: 0;
         margin-top: -20px;
     }
     .marqueemsg p {
         font-size: 1.5rem;
         padding-left: 100%;
     }
}
