.popup-img-custom{
    width: auto;
    height: 70vh;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    transform: none !important;
}
.custom-img-modal .modal-dialog {
    max-width: 100%;
    background-color: #00000060 ;
    scroll-behavior: none;
    overflow: hidden;
    margin: 0 !important;

}

.modal-body-custom {
    height: 100vh;
    background-color: #fff ;
}

.modal-content-custom{
    height: 100vh;
    background-color: #fff ;
}

.popup-img-border-video{
    width: 100%;
    height: 80vh;
    object-fit: contain;
    display: flex;
}
@media (max-width: 768px) {
    .popup-img-custom{
        width: 100%;
        height: 80vh;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;
        object-fit: contain;
        transform: none !important;
    }
}
@media (max-width: 552px) {
    .popup-img-custom{
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25%;
        object-fit: contain;
        transform: none !important;
    }
}