/* Force post single featured image settings */
.post-single-featured-image {
    background-size: cover;
    background-position: center center;
}

/*  We need the Ads Popups to display on top of all elements (push notifications) but Paypall
    #elementor-popup-modal-127427 = fullscreen big
    #elementor-popup-modal-127510 = news
    #??????                       = fullscreen normal
*/
#elementor-popup-modal-127427, #elementor-popup-modal-127510 {
    z-index: 100000 !important;
}