


@media only screen and (min-width: 768px) {
    body {
        font-size:medium;
        /*background-color: purple !important;*/
    }

   .ts-vertical-horizontal-center-80 {

        max-width: 400px !important;
        width: 400px !important;
        min-width: 400px !important;
   }

   .ts-page-error{
        max-width: 400px !important;
        width: 400px !important;
        min-width: 400px !important;
   }
}

.ts-page-error{
    max-width: 80% !important;
    width: 80% !important;
    min-width: 80% !important;
}