/* Fixed Background Image */
.amp-fixed-background {
    padding-top: 0px;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
}


/* Hide Sharebox for Single Posts */
.share-simple-wrapper {
   display:none !important;
}