
.visible-phone {
	display: none!important
}

@media(max-width:767px) {

.visible-phone {
	display: inherit!important
}
.hidden-phone {
	display: none!important
}
}