.promotion{
width: 100%;
position: fixed;
bottom: 0;
right: 0;
background-color: #00c3fb;
z-index: 2;
}

@media screen and (max-width: 980px) {
.promotion {
bottom: 8%;
}
}