/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2022 | 15:36:36 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.stickyContent {
    position: sticky;
    position: -webkit-sticky;
    top: calc(50vh - 282.5px);
    height: 565px;
    width: 284px;
}

.stickyContainer {
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    display: block;
}