@media screen and (max-width: 760px) {
#sticker a img {
		content: url(/media/1183/mobile_small.png);
		height: 200px;
		width: auto;
	}
	#sticker a img:hover, #sticker.opened a img, #sticker.hover a img {
	content: url(/media/1155/2018_06_sticker-small.png);
		width: 200px;
		height: auto;
	}
	#sticker a:hover:after{display:none;}
}


/**umb_name:apply-button*/
.applyButton{font-size: 28px;
    line-height: 30px;
    padding: 7px 15px;
    margin-top: 45px;
    display: inline-block;
    text-decoration: none!important;
    text-transform: uppercase;
    color: #ffffff!important;
    background-color: #183d6e;}
.applyButton a { color: white; text-decoration: none; }