.marketing-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 300000;
    background-color: rgba(0, 0, 0, 0.7);
}

.marketing-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    min-height: 24em;
    
 }
  
.marketing-fixed {
    flex: none;
    width: 703px;
    height: 589px;
}

.marketing-close {
    position: relative;
    top: -596px;
    right: -680px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

@media (max-width: 1440px) { 
    .marketing-fixed {
        flex: none;
        width: 600px;
        height: 486px;
    }
    .marketing-fixed a img {
        width: 100%;
        height: auto;
    }

    .marketing-close {
        position: relative;
        top: -508px;
        right: -580px;
        width: 32px;
        height: 32px;
        cursor: pointer;
    }
}

@media (max-width: 720px) {
    .marketing-fixed {
        flex: none;
        width: 600px;
        height: 486px;
    }
    .marketing-fixed a img {
        width: 100%;
        height: auto;
    }

    .marketing-close {
        position: relative;
        top: -508px;
        right: -580px;
        width: 32px;
        height: 32px;
        cursor: pointer;
    }
}

@media (max-width: 620px) {
    .marketing-fixed {
        flex: none;
        width: 500px;
        height: 386px;
    }
    .marketing-fixed a img {
        width: 100%;
        height: auto;
    }

    .marketing-close {
        position: relative;
        top: -432px;
        right: -480px;
        width: 32px;
        height: 32px;
        cursor: pointer;
    }
}

@media (max-width: 540px) {
    .marketing-fixed {
        flex: none;
        width: 400px;
        height: 286px;
    }
    .marketing-fixed a img {
        width: 100%;
        height: auto;
    }

    .marketing-close {
        position: relative;
        top: -342px;
        right: -380px;
        width: 32px;
        height: 32px;
        cursor: pointer;
    }
}

@media (max-width: 420px) {
    .marketing-fixed {
        flex: none;
        width: 300px;
        height: 186px;
    }
    .marketing-fixed a img {
        width: 100%;
        height: auto;
    }

    .marketing-close {
        position: relative;
        top: -258px;
        right: -280px;
        width: 32px;
        height: 32px;
        cursor: pointer;
    }
}