#anno{
    background: #000000 ;
    width: 512px;
    height: 64px;
    opacity:1;
    position:absolute;
    right:0px;
    top:0px;
    transform: scale(1)rotate(90deg)translate(0px,0px);
    transform-origin: top right;
    transition: transform 0.5s, top 0.5s;
}

#anntxt{

    font-family: 'Orgex Font Beta1';
    font-size: 24px;
    color: #ffffff;
    text-align: right;
    width: 512px;
    height: 64px;
    margin-left:-16px;
    margin-top:16px;
    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; 
}

#anndate{

    font-family: 'Orgex Font Beta1';
    font-size: 12px;
    color: #ffffff;
    text-align: right;
    width: 512px;
    height: 16px;
    margin-left:-16px;
    margin-top:40px;
    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; 
}

@media (max-width: 1919px) {#anno{display: block;}}
@media (max-width: 1279px) {#anno{display: block;}}
@media (max-width: 767px) {#anno{display: block;}}
@media (max-width: 359px) {#anno{display: none;}}