.backLoad {
    position: fixed;
    top: 0%;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    background-color: #f5ecd7e4;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.imgLoad{
    height: 60vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 0.375rem;
}


@media only screen and (max-width: 700px) {
    .imgLoad {
        width: 70%;
    }
}