.textcycle{color:#e70970;animation:AnimateColor 40s infinite ease!important;-webkit-animation:AnimateColor 40s ease infinite!important}@media only screen and (max-width:768px){.colorcycle{min-height:400px!important;display:flex!important;flex-direction:row!important}}.colorcycle{min-height:400px!important;flex-direction:row!important}.colorcycle .flex_cell_inner{align-self:center}.colorcycle{background:#e70970;animation:AnimateBG 40s infinite ease!important;-webkit-animation:AnimateBG 40s ease infinite!important}@keyframes AnimateColor {
  0%   { color: #e70970; }
  20%  { color: #f48924; }
  40%  { color: #1dd2d7; }
  60%  { color: #e70970; }
  80%  { color: #ff5eb5; }
  100% { color: #d263f2; }
}@keyframes AnimateBG {
  0%   { background: #e70970; }
  20%  { background: #f48924; }
  40%  { background: #1dd2d7; }
  60%  { background: #e70970; }
  80%  { background: #ff5eb5; }
  100% { background: #d263f2; }
}