.image-parallax-container .image-parallax-container-bg {
    background-size: cover;
    min-height: 500px;
    height: auto; /* ??? */
    position: relative;
    overflow: hidden;
    z-index: 1;
    }
.image-parallax-container .image-parallax-container-bg .image-parallax-overlay {
    position: absolute;
    width: 100%;
    height: auto; /* ??? */
    /* height: 100%; */
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    }
.image-parallax-container .image-parallax-container-bg .image-parallax {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -10;
    width: 100%;
    height: auto  ;
    }


@media (max-width: 1200px) {
    .image-parallax-container .image-parallax-container-bg  {
        min-height: 300px;
            border: 0px solid red;
        }
    .parallax-02 {
            border: 0px solid blue;
        }
}



@media (max-width: 330px) {
    .image-parallax-container .image-parallax-container-bg .image-parallax {
        width: 300%;
        max-width: 300%;
        min-height: 300px;
        height: auto;
        }
}


div.parallax-01  {
    width: 40%;
    margin: 0px 0px 0px 0px;
    padding: 40px 30px 0px 0px;
        border: 0px solid red;
    }

.parallax-01 h2 {
    color: #fa7368;
    }

div.tx-01 {
    color: #fa7368;
    max-width: 200px; /* блок занимает ширину родителя, max-width её ограничивает */
    margin-left: auto;
    margin-right: 0;
    color: #3b3b3b;
    font-size: 18px;
    line-height: 26px;
        border: 0px solid red;
    }



.parallax-02 {
        border: 0px solid green;
    }
div.sppb-addon.sppb-addon-module.parallax-02 {
        border: 0px solid blue;
    }

    


    
.zzz2 {
    min-height: 100px;
    max-height: 100px;
    text-align: right;
        border: 3px solid green;
    }


