@media only screen and (min-width : 992px) {
.stickyad1 img {
display: inline-block;
cursor: pointer;
}
.stickyad1 {
position: sticky;
top: 15px;
right: 20px;}
.stickyad1 a {
z-index: 1;
width: 100%;
text-align: right;
height: 0;
overflow: visible;
display:block
}
.cg-rightbar {
margin-right: 250px;
}
}