
/*-------------------------------------------------------------------------------*/

.nomobilehide {
display:none !important;
}

.mobilehide {
display:block !important;
}

/*-------------------------------------------------------------------------------*/


@media screen and (max-width: 1200px) {

.mobilehide {
display:none !important;
}

.nomobilehide {
display:block !important;
}

}