	.wlmDisabledLink {
    	 	color: currentColor;
     		cursor: not-allowed;
    	 	text-decoration: none;
	}

	.smOpacity {
		opacity:0.5 !important;
	}

	 .wlmDisabledLinkImage {
 		  position : absolute;
		  bottom   : 5%;
     }

	 @media (max-width: 800px) {
		.wlmDisabledLinkImage {
 		  position : absolute;
		  width    : 10%;
		  bottom   : 5%;
		}
    }


/*
	@media only screen and (max-width: 800px) {
		.wlmDisabledLinkImage {
 		  position : absolute !important;
		  width    : 10% !important;
		  bottom   : 5% !important;
		}
    }

    @media only screen and (max-width: 1027px) {
		.wlmDisabledLinkImage {
 		  position : absolute !important;
		  bottom   : 5% !important;
		}
   }
*/

    /* On smaller resolutions
    @media only screen and (max-width: 600px) {
		.wlmDisabledLinkImage {
 		  position : absolute;
		  width    : 10% !important;
		  bottom   : 5% !important;
		}
   }
   */
