@media only screen and (min-width: 768px) {
.h5-none { display: none; }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
.w1200 { width: auto; }
.h5-none { display: block; }
}
