/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {

     #mobile-link {
        display:none;
     }

     #vm-share-links a:hover {
	text-decoration:none !important;
     }
}