.sticky_wrapper {
	position:fixed;
	top:-9999px;
	left:-9999px;
	transition: 750ms all ease-in;
}

@media screen and (min-width:900px) {

#sticky .block {
	overflow: visible;
}

.sticky_wrapper {
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 12;
    transition: 500ms all;
    cursor: pointer;
}

.sticky_wrapper .sticky {
    transition: 750ms all ease-out;
    z-index: 10;
    display: block;
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.sticky_wrapper .sticky .sticky_icon, .sticky_wrapper .sticky .sticky_title {
    width: 100%;
    color: #fff;
}



.sticky_wrapper .sticky .sticky_content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(-100vh + 70px);
    width: auto;
    min-height: 70px;
    z-index: -1;
    text-align: center;
    transition: 750ms all ease-out;
    background: #e7e7e7;
    height: calc(100vh - 46px - 70px);
    overflow: auto
}

.sticky_wrapper .sticky .sticky_content > div {
    background: #e7e7e7;
    position: relative;
    margin-left: 0;
    margin-right: 0
}

}

/*
@media screen and (min-width:768px) {
    .sticky_wrapper .sticky .sticky_content {
        height: calc(100vh - 101px - 70px)
    }
}

*/

@media screen and (min-width:900px) {
    .sticky_wrapper {
        top: 25vh;
        right: auto; 
        bottom: auto;
        width: 80px;
        z-index: 11
    }

.sticky_wrapper .sticky {
        position: relative;
        float: none;
        width: 100%
    }

.sticky_wrapper .sticky .sticky_content {
        width: 68vw;
        top: 0;
        left: auto;  
        right: 100%;  
        bottom: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 0;
        min-height: 167px;
        max-height:167px;
        font-size: 1em;
        height: auto;
        margin: 0 auto;
    }

.sticky_wrapper .sticky:hover .sticky_content, .sticky_wrapper .sticky:focus .sticky_content, .sticky_wrapper .sticky:active .sticky_content {
        right: -68vw
    }
	
.sticky_wrapper .sticky .sticky_content > div {
        width: 65vw;
        padding:20px 0 0 20px;
    }
}

.sticky_content h1 {
	text-align: center;
	font-size:2em;
	margin-top: 0.4em;
	line-hight:1em;
	margin-bottom:0;
}

.sticky_content .ce_hyperlink a {
	font-size: 1em
}