.test-class {
	outline:solid 5px lime
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
