.banner-product-rotation {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-top: -100px;
    margin-left: 700px;
}

.banner-product-rotation img {
    width: 100%;
}

.banner-product-rotation {
    justify-content: flex-end;
    display: inline-block;
    width: 100px;
    height: 100px;
    display: flex;
    width: 100%;
    height: 260px;
    margin-top: 0;
    margin-left: 0;
    max-width: 1080px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
 }

 .banner-product-rotation a {
    width: 260px;
    height: 260px;
    display: block;
 }

 @media(max-width: 1024px) {
    .banner-product-rotation {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
 }

 @media(max-width: 573px) {
    .banner-product-rotation {
        height: 200px;
    }

    .banner-product-rotation a {
        width: 200px;
        height: 200px;
        display: block;
    }
 }


 @media(max-width: 400px) {
    .banner-product-rotation {
        height: 145px;
    }

    .banner-product-rotation a {
        width: 145px;
        height: 145px;
        display: block;
    }
 }

 