.cpo-popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}
.cpo-popup-content {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #E1612A;
    padding: 20px;
    padding-top: 60px;
    text-align: center; 
    max-width: 90%;
    min-width: 767px;
}
#cpo-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
#cpo-popup-close:hover {
    color: #000;
}
.cpo-popup-content img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-width: 767px;
    margin-bottom: 0;
}
.cpo-popup-btn {
 font-family: "Noto Sans", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding: 10px 20px;
    background: unset;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #fff;
    border-radius: 0;
    min-width: 250px;
}

.cpo-popup-btn:hover {
    background: unset;
    color:#fff;
}

p#cpo-popup-text {
    font-family: "Noto Sans", Sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
        margin: 35px 0;
    color: #fff;
        text-transform: uppercase;
}
div#cpo-popup-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 485px;
} 
@media (max-width:767px){
.cpo-popup-content
{
        width: 100%;
        max-width: 95%;
    min-width:unset;
    padding: 10px;
        padding-top: 47px;
        padding-bottom: 47px;
         top: 56px;
        left: 50%;
        transform: translateX(-50%);
}
 div#cpo-popup-image {
            background-size: contain;
        min-height: unset;
        max-height: 62vw;
}
p#cpo-popup-text {
    text-align: left;
    margin:25px 0;
}
.cpo-popup-btn{
    float:left;
        min-width: 160px;
        padding: 3px 00px;
}

}