/*--------------------------------------------------------------
Sticky Ads Sidebar Widget
--------------------------------------------------------------*/
.jss-widget-gp-container {
    z-index: 999999;
    width: 350px;
}
.jss-widget-sticky-ads {
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    border: none;
    background-color: #f8f8f8;
    padding: 40px 10px;
}
.jss-widget-sticky-ads .jss-widget-container {
    background: black;
    height: 600px;
    width: 300px;
    margin: 0 auto;
}
.jss-widget-gp-container.jss-widget-sticky {
    position: fixed;
}
.jss-widget-gp-container.jss-widget-fluid {
    position: relative;
}

/*--------------------------------------------------------------
Smaller desktops
--------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    .jss-widget-gp-container {
        z-index: 999999;
        width: 320px;
    }
}

/*--------------------------------------------------------------
Tablet (portrait)
--------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    .jss-widget-gp-container {
        position: relative !important;
        width: 100%;
    }
}