/* Enter Your Custom CSS Here */
.wcpm{
display: none;
}

@media screen and (max-width: 400px) {
    .ujimodal a.close-modal {
        position: absolute;
        top: -50.5px !important;
        right: 160px !important;
        display: block;
        width: 45px !important;
        height: 45px !important;
        text-indent: -9999px;
        background: url(close.png) no-repeat 0 0;
    }
}

@media screen and (min-width: 401px) and (max-width: 720px) {
    .ujimodal a.close-modal {
        position: absolute;
        top: -50.5px !important;
        right: 160px !important;
        display: block;
        width: 45px !important;
        height: 45px !important;
        text-indent: -9999px;
        background: url(close.png) no-repeat 0 0;
    }
}