#homePopUp {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    display: grid;
    grid-template-columns: 1fr;
        text-align: center;
    align-items: center ;
}

#popUpImageContainer {
    display: block !important;
    margin: 0 auto;
    padding: 0px;
}

#popUpImageContainer img {
    height: 80vh;
    width: 80vh;
    padding: 0px;
    margin: 0px;
}

#popUpImageContainer a {
    padding: 0px;
    margin: 0px;
    height: 80vh;
    width: 80vh;
}

#homePopUp p {
 display: block;
    margin: 0 auto;
    width: auto !important;
    position: relative;
        width: 80vh;
    height: 80vh;
}

#popUpImageContainerWrapper {
    width: 80vh;
    height: 80vh;
    display: block;
    margin: 0 auto;
    margin-top: -50px;
    background-color: none;
}

#popUpCloseButton {
    display: block;
    float: right;
    position: relative;
    top: 50px;
    width: 50px;
    height: 50px;
    background-color: #eeb51d;
    color: #565656;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
}

#popUpImageContainerWrapper {
    width: 80vh;
    height: 80vh;
    display: block;
    margin: 0 auto;
    margin-top: -50px;
    background-color: none;
}

#popUpImageContainer {
    background: none !important;
}

#popUpCloseButton {
    display: block;
    float: right;
    position: relative;
    top: 50px;
    width: 50px;
    height: 50px;
    background-color: #eeb51d;
    color: #565656;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    z-index: 12000;
}

#popUpImageContainer img {
    height: 80vh !important;
    width: 80vh !important;
}

#home-header .ItemHidden {
    display: none;
}

#home-header .ItemVisible {
    display: grid;
}


/*MOBILE and other resolutions*/

@media screen and (max-width: 980px){
    #popUpImageContainerWrapper {
        width: 40vh;
        height: 40vh;
        display: block;
        margin: 0 auto;
        margin-top: -50px;
        background-color: none;
    }
    
    #popUpImageContainerWrapper {
        width: 40vh;
        height: 40vh;
        display: block;
        margin: 0 auto;
        margin-top: -50px;
        background-color: none;
    }

    #popUpImageContainer img {
        height: 40vh;
        width: 40vh;
        padding: 0px;
        margin: 0px;
    }
    
    #popUpImageContainer a {
        padding: 0px;
        margin: 0px;
        height: 40vh;
        width: 40vh;
    }
    
    #homePopUp p {
     display: block;
        margin: 0 auto;
        width: auto !important;
        position: relative;
            width: 40vh;
        height: 40vh;
    }
    
    #popUpImageContainerWrapper {
        width: 40vh;
        height: 40vh;
        display: block;
        margin: 0 auto;
        margin-top: -50px;
        background-color: none;
    }

    #popUpImageContainer img {
        height: 40vh !important;
        width: 40vh !important;
    }


}