/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.wr_popupContent{
    position: fixed;
    width: 100%;
    height: 110vh;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
    display: none;

}
.popupContent{
    width: calc(100% - 4vw);
    max-width: 1100px;
    margin: 0 auto;
    padding: 2vw;
}