.closedCountry {
    overflow: hidden;
    position: relative;
}
.closedCountry::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #131316;
}
.closedCountry .close-country-wrapper {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}