@media only screen and (max-width: 768px) {

.right-sidebar .PageRightBanner.WithImg {
	bottom: 0;
	position: fixed;
	visibility: hidden;
}
.right-sidebar .PageRightBanner.WithImg.is_stuck {
  bottom: 0;
  position: fixed;
  visibility: visible;
}

}