@media screen and (max-width: 1365px) {
    .popup-content{
        width: 60%;
        height: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .popup-content{
        width: 80%;
        height: 80%;
    }
}

@media screen and (max-width: 1024px) {
    .popup-content{
        width: 80%;
        height: 80%;
    }

    .popup-body{
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
        height: calc(100% - 50px);
    }

    .popup-body .content{
        width: unset;
    }

    .popup-body .content_info{
        overflow: unset;
    }

    .content_image{
        height: 500px !important;
    }

    .content_info_lock .body{
        overflow: unset;
        height: unset;
    }
}

@media screen and (max-width: 680px) {
    .popup-content{
        width: 90%;
        height: 70%;
    }
}

@media screen and (max-width: 500px) {
    .popup-content{
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}