.code_404_0 {text-align: center;}
.code_404_1 {background: transparent url('/img/icon-404.png') 50% 50% no-repeat; background-size: 100%;
             width: 250px; height: 200px; margin: auto;}
.code_404_2 {font-size: 36px; font-weight: 2;}
.code_404_3 {font-size: 24px; font-weight: 1;}

/* Portrait */
@media only screen and (orientation:portrait) {
  .code_404_2 {font-size: 24px; font-weight: 2;}
  .code_404_3 {font-size: 14px; font-weight: 1;}
}
