


/* responsive */
@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    .corevaletab{flex-wrap: wrap;}
  
}


@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 992px) {}


@media only screen and (max-width: 768px) {}


@media only screen and (max-width: 560px) {}


@media only screen and (max-width: 480px) {}


@media only screen and (max-width: 360px) {}


@media only screen and (max-width: 320px) {}
