
.anniversary img{
position: fixed;
width: 150px;
float: left;
left: 8%;
top: 90px;
z-index:999;
}

@media (max-width:1280px){
.anniversary img{
position: absolute;
width: 120px;
float: leftight;
left: 0;
top: 120px;
z-index: 999;
}
}


@media (min-width:1280px){
.anniversary img{
position: fixed;
width: 150px;
float: left;
left: 8%;
top: 90px;
z-index:999;
}
}

@media (max-width:980px){
.anniversary img{
position: absolute;
width: 120px;
float: left;
left: 0;
top: 120px;
z-index: 999;
}
}


@media (max-width:1280px){
.anniversary img{
position: fixed;
width: 120px;
float: left;
left: 15px;
top: 100px;
z-index: 999;
}
}


@media (max-width:480px){
.anniversary img{
position: absolute;
width: 100px;
float: left;
left: 0;
top: -65px;
z-index: 999;
}
}