#promotion {
    width: max-content;
}

#promotion img {
    width: 300px;
    height: 200px;
    object-fit: contain;
}

#promotion div {
    position: fixed;
    bottom: -85px;
    right: 20px;
    height: 300px;
    z-index: 10;
}

.promotion-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
    color: black;
    cursor: pointer;
    text-shadow: 1px 1px 10px #000000;
    background-color: #ffffff8c;
    border-radius: 15px;
    width: 25px;
    height: 25px;
    line-height: 1;
    margin: 0;
    text-align: center;
}

.promotion-close:hover{
    color: #eaeaea;
}

@media (max-width: 440px) {
    #promotion div {
        bottom: -50px;
        right: 10px;
    }
    #promotion img {
        width: 100%;
        object-fit: fill;
    }

}#promotion {
     width: max-content;
 }

#promotion img {
    width: 300px;
    height: 200px;
    object-fit: contain;
}

#promotion div {
    position: fixed;
    bottom: -85px;
    right: 20px;
    height: 300px;
    z-index: 10;
}

.promotion-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
    color: black;
    cursor: pointer;
    text-shadow: 1px 1px 10px #000000;
    background-color: #ffffff8c;
    border-radius: 15px;
    width: 25px;
    height: 25px;
    line-height: 1;
    margin: 0;
    text-align: center;
}

.promotion-close:hover{
    color: #eaeaea;
}

@media (max-width: 440px) {
    #promotion div {
        bottom: -80px;
        right: 10px;
    }
    #promotion img {
        width: 100%;
        object-fit: fill;
    }

}