:root {
    --DEMOy1: 0px;
    --DEMOy2: 192px;
  }

#news{
    background: url("../imgs/logo/News-0002.png");
    width: 128px;
    height: 128px;
    opacity:0;
    position:absolute;
    left:256px;
    top:160px;
    transform: scale(2)rotate(6.5deg);
    transition: opacity 1s ;
    animation: demoC 8s ease-in-out infinite
}

#ntxt1{
    font-family: 'Orgex Font Beta1';
    font-size: 4px;
    color: #ff0044;
    text-align: right;
    width: 120px;
    height: 112px;
    left:8px;
    top:10px;
    position:absolute;
    opacity: 1;
    z-index:3;
    justify-content: center;
    animation-play-state: paused;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 8px; 
}

#ntxt2{
    font-family: 'Orgex Font Beta1';
    font-size: 4px;
    color: #ff0044;
    text-align: right;
    width: 120px;
    height: 112px;
    left:8px;
    top:18px;
    position:absolute;
    opacity: 1;
    z-index:3;
    justify-content: center;
    animation-play-state: paused;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 8px; 
}

#ntxt3{
    font-family: 'Orgex Font Beta1';
    font-size: 3px;
    color: #000000;
    text-align: left;
    width: 120px;
    height: 112px;
    left:8px;
    top:27px;
    position:absolute;
    opacity: 1;
    z-index:3;
    justify-content: center;
    animation-play-state: paused;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 8px; 
}

@keyframes demoC {
  0% {margin-top:(--DEMOy1);}
  50% {margin-top:var(--DEMOy2)}
   0% {margin-top:(--DEMOy1);}
}

  @media (max-width: 1919px) {

    :root {--DEMOy1: 0px;--DEMOy2:192px}
      #news{left:512px;top:384px;display: block;
        transform:scale(4)rotate(6.5deg);
    }

  }

  
  @media (max-width: 1279px) {

    :root {--DEMOy1: 0px;--DEMOy2:192px}
      #news{left:256px;top:160px;display: block;
        transform:scale(2)rotate(6.5deg);
    }

  }

  @media (max-width: 767px) {

    :root {--DEMOy1: 0px;--DEMOy2:512px}
      #news{left:256px;top:160px;display: block;
        transform:scale(1)rotate(6.5deg);
    }

  }

  @media (max-width: 359px) {

    :root {--DEMOy1: 0px;--DEMOy2:192px}
      #news{left:256px;top:160px;display: none;
        transform:scale(2)rotate(6.5deg);
    }

  }