.headImageRight {
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../../img/holidays/23february/topbackup_right.png);
    height: 180px;
    margin-top: -180px;
    z-index: 1;
    right: -610px;
    /* margin-right: 0px; */
    width: 510px;
    /* animation-name: spinRight; */
    /* animation-duration: 0.8s; */
    /* animation-fill-mode: forwards; */
}

@media screen and (max-width: 1280px) {
	.headImageRight {
		right: -655px;
	}
}

@media screen and (max-width: 1150px) {
	.headImageRight {
		right: -790px;
		height:180px;
		margin-top:-180px;
	}
}
@media screen and (max-width: 1000px) {
	.headImageRight {
		visibility:hidden;
	}
}