.productOf-wrap {
    position: fixed;
    top: 25%;
    right: 0;
    width: 232px;
    z-index: 100;
}
.productOf-wrap .productOf img {
    width: 232px;
}

@media only screen and (max-width: 1030px) {
	.productOf-wrap {
	    width: 182px;
	}
	.productOf-wrap .productOf img {
    width: 182px;
	}
}