.hyp-sticker {
	display: block;
	position: absolute;
	top: 0;
	right: 0;

    width: var( --sticker-size );
    height: var( --sticker-size );
    background-image: url(/img/sticker.svg);
    background-size: contain;
    background-repeat: no-repeat;
	
	--sticker-size : 100px;
	--sticker-font-size : 10px;
}


@media screen and (max-width : 800px) {
    .hyp-mobile-hide { display: none; }
}

.hyp-sticker-text a {
	color: var(--button-secondary-color);
	font-weight: bold;
}

.hyp-sticker-text {
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%,-50%) rotate(15deg);
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 15%;

	color: var(--button-secondary-color);
	font-size: var(--sticker-font-size);
	line-height: 1.1;
    text-align: center;
}