.wpb_single_image.wpb_content_element:not(.swbt-override--no-stretch) * {
    width: 100%;
}

.wpb_single_image.wpb_content_element.swbt-override--no-stretch img {
    min-width: 100px;
}

.wpb_single_image.wpb_content_element.swbt-override--image-with-border {
    border-radius: 5px;
    border: 2px solid #F0F0F0;
    -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.13);
    padding: 10px;
}

.swbt-override--black .seofaq--container .seofaq--item {
    border-color: #ffffff;
}

.swbt-override--fancybox {
    position: relative;
    cursor: pointer;
}

.swbt-override--fancybox:after {
    content: " ";
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("/wp-content/uploads/2023/03/CTR-1.svg");
    display: block;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.fancybox-is-open .fancybox-bg{
    background-color:#fff;
}
.fancybox-image{
    object-fit: contain;
}