/*

Theme Name: myTheme

Theme URI: 

Author: 

Author URI: 

Description: 

Version: 1.0

License: 

License URI: 

Text Domain: myTheme

Tags: 

*/

/* Zdjęcie zespołu */
.row50[style*="zespol_new.jpg"] {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
}

/* Szeroki ekran: tekst i zdjęcie obok siebie */
@media (min-width: 1025px) {
    article.rows50:has(> .row50[style*="zespol_new.jpg"]) > .row50 {
        min-height: min(630px, 32.65625vw) !important;
    }
}

/* Tablet i telefon: tekst oraz zdjęcie jedno pod drugim */
@media (max-width: 1024px) {
    article.rows50:has(> .row50[style*="zespol_new.jpg"]) {
        display: flex !important;
        flex-direction: column !important;
    }

    article.rows50:has(> .row50[style*="zespol_new.jpg"]) > .row50 {
        width: 100% !important;
    }

    article.rows50:has(> .row50[style*="zespol_new.jpg"])
    > .row50:not([style*="zespol_new.jpg"]) {
        min-height: 0 !important;
        height: auto !important;
    }

    .row50[style*="zespol_new.jpg"] {
        min-height: 0 !important;
        height: auto !important;
        aspect-ratio: 960 / 627;
    }
}