/* START - STICKY CONTENT ADS */

body.single .adthrive-content {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
min-height: 400px!important;
margin: 0px 0px;
background-color: #FAFAFA;
padding-bottom:0px;
}

body.single .adthrive-content > div {
flex-basis: unset;
position: sticky;
display: block;
flex-direction: column;
top: 5px;
}

.adthrive-device-phone .adthrive-content > div {
top: 164px!important;
}

/* END - STICKY CONTENT ADS */