.container {
    width: 100vw;
    overflow: auto;
}

main {
    background-image: url("../images/location_tiny.jpg");
    background-size: 55% 100%;
    background-repeat: no-repeat;
    /*background-color: red;*/
    width: 100vw;
}

.div-home-info {
    min-width: 45vw;
}

.img-covid-img {
    left: 0;
    margin: 0 0 0 30%;
}

.div-home-info-lbl {
    min-width: 30vw;
    margin: 0 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 100%;
}

.aside-title {
    width: 100%;
    font-size: 1.4rem;
    position: absolute;
}

.main-article-div {
    color: #325569;
    font-family: "Merriweather", serif;
    width: 50%;
    margin: 16% 0;
}

.main-article-div dt {
    font-weight: bold;
    line-height: 2rem;
    font-size: 1.1rem;
}

.main-article-div dd {
    text-indent: 1rem;
    line-height: 1.2rem;
    font-size: 1rem;
}

.div-lang {
    background-color: transparent;
    width: 4rem;
    height: 5rem;
    /*position: absolute;*/
    right: -6rem;
    line-height: 1.2rem;
    bottom: 26rem;
}


/*###################################################*/
/*#                 Cellphone                       #*/
/*###################################################*/

@media (max-width: 640px) {
    .container {
        /*height: 51%;*/
    }

    main {
        background-size: 100% 80%;
    }

    .img-covid-img {
        margin: 0 0 0 15%;
    }

    .div-home-info-lbl {
        width: 100vw;
        margin: 0;
        background-color: white;
        height: 50%;
    }

    .aside-title {
        width: 70%;
        font-size: 1.2rem;
        /*background-color: yellow;*/
        position: absolute;
        top:-1.2rem
    }

    .main-article-div {
        margin: 18% 0 0 10%;
    }

    .footer {
        top: calc(89vh + .01%);
        position: absolute;
        margin-top: 1rem;
    }

    .div-lang {
        right: -.5rem;
        top: -1.5rem;
    }

}