@media (max-width: 1024px)
{
    #mobileIntContainer
    {
        display: block;
        margin: 0;
        padding: 0;
        z-index: 9990;
        position: absolute;
        top: 50px;
        width: 100%;
        min-width: 345px;



    }
    #mobileIntWrapper
    {
        margin: 0;
        padding: 0;
        height: 115px;
        width: 100%;
        overflow: hidden;
    }

        .MapBook #mobileIntWrapper
        {
            background: url('/xss/interstitials/legacy/img/fmcg-2019/bg-mobile.png');
            background-color: rgba(255, 255, 255, 0.5) !important;
            background-blend-mode: color;
        }

    #mobileInt
    {
        margin: 0;
        padding: 0;
        height: 115px;
        width: 100%;
    }

        .CsMind #mobileInt
        {
            background: #D9F2EE url("/xss/interstitials/legacy/img/csmind-2018/PDFpages.png") no-repeat bottom right;
        }

    #mobileIntInner
    {
        margin: 0;
        padding: 0;
        position: relative;
        height: 115px;
        width: 100%;
        cursor: pointer;
    }

    .mobileIntFixed
    {
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 9990;
    }

    #mobileIntHeader
    {
        padding: 5px 0 0 7px;
        font-weight: bold;
        line-height: 24px;
    }

        .CsMind #mobileIntHeader
        {
            text-transform: uppercase;
            font-size: 11px;
        }

        .MapBook #mobileIntHeader
        {
            color: #392E23;
            font-size: 20px;
        }

    #mobileIntTitle
    {
        padding: 0 0 2px 7px;
        font-size: 24px;
        
        width: 70%;
        line-height: 26px;
    }

        .CsMind #mobileIntTitle
        {
            color: #1958a7;
            font-weight: 600;
        }

        .MapBook #mobileIntTitle
        {
            color: #904927;
            font-weight: bold;
            font-style: italic;
        }

    #mobileIntFooter
    {
        margin: 0; 
        padding: 0;
        position: absolute;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 25px;
        color: #fff;
        cursor: pointer;
    }

    .CsMind #mobileIntFooter
    {
        background-color: #01a78f;
    }

    .MapBook #mobileIntFooter
    {
        background-color: #904927;
    }

    #mobileIntFooterLink
    {
        padding: 0 0 0 7px;
        line-height: 24px;
    }

    #productShowcaseWrapper
    {
        position: absolute;
        right: 0;
        z-index: 9991;
    }
    #productShowcase
    {
        height: 200px;
        width: 130px;
        position: relative;
        top: -70px;
        right: 20px;
    }

    #mobileInterstitialClose
    {
        position: absolute;
        top: 0;
        right: 0;
        width: 65px;
        height: 55px;
        font-size: 13px;
        color: #fff;
        
        text-align: center;
        line-height: 20px;
        cursor: pointer;
        z-index: 9991;
    }

    .CsMind #mobileInterstitialClose
    {
        background: transparent url("/xss/interstitials/legacy/img/csmind-2018/mobileClose.png") no-repeat top right;
    }

    .MapBook #mobileInterstitialClose
    {
        background: transparent url("/xss/interstitials/legacy/img/fmcg-2019/close-button-mobile.png") no-repeat top right;
    }
}

@media (max-width: 535px)
{
    #mobileIntHeader
    {
        font-size: 18px;
    }
    
    #mobileIntTitle
    {
        font-size: 20px;
    }

    #productShowcase
    {
        top: -60px;
        right: 5px;
    }
    #productShowcase img
    {
        width: 115px;
    }
}

@media (max-width: 490px)
{
    #mobileIntHeader
    {
        font-size: 16px;
    }
    
    #mobileIntTitle
    {
        font-size: 18px;
    }

}

@media (max-width: 430px)
{
    #mobileIntHeader
    {
        font-size: 15px;
    }
    
    #mobileIntTitle
    {
        font-size: 17px;
    }
    #productShowcase
    {
        top: -50px;
        right: -5px;
    }
    #productShowcase img
    {
        width: 100px;
    }

}

@media (max-width: 400px)
{
    #mobileIntHeader
    {
        font-size: 14px;
    }
    
    #mobileIntTitle
    {
        font-size: 16px;
    }
    #productShowcase
    {
        top: -40px;
        right: -20px;
    }
    #productShowcase img
    {
        width: 90px;
    }

}

@media (max-width: 400px)
{
    #productShowcase
    {
        top: -35px;
        right: -30px;
    }
    #productShowcase img
    {
        width: 80px;
    }
}