﻿main {
    pointer-events: none;
    overflow-y: hidden;
}
#weeviltrak-plus-temporary-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url('https://assets.syngentaebiz.com/images/media/weeviltrak-plus-temp-overlay-background.png');
    background-position-y: 235px;
    background-repeat: no-repeat;
    background-size: 125%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 501;
    backdrop-filter: blur(5px);
}
    #weeviltrak-plus-temporary-overlay img {
        top: 250px;
        position: absolute;
    }
    #weeviltrak-plus-temporary-overlay a.btn-green {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: initial;
        min-width: 300px;
        text-align: center;
    }

@media (max-width: 991px) {
    #weeviltrak-plus-temporary-overlay {
        background-position-y: 250px;
        background-size: 145%;
        background-position-x: calc(50% - 20px);
    }
    #weeviltrak-plus-temporary-overlay img {
        top: 165px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 300px;
    }
    #m-menu{
        position: relative;
    }
}

@media (max-width: 768px) {
    #weeviltrak-plus-temporary-overlay {
        background-size: 175%;
        background-position-x: calc(50% - 30px);
    }
}

@media (max-width: 425px) {
    #weeviltrak-plus-temporary-overlay {
        background-size: 250%;
    }
        #weeviltrak-plus-temporary-overlay img {
            left: 50%;
            transform: translateX(-50%);
            max-width: 250px;
        }
        #weeviltrak-plus-temporary-overlay a.btn-green {
            bottom: unset;
            top: 500px;
        }
}
