.fancybox-wrap{
    width: 690px !important;
    max-width: calc(100% - 40px) !important;
}

.fancybox-inner{
    width: 690px !important;
    max-width: 100% !important;
}

.img-fluid{
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    margin-bottom: 25px;
}