@media (max-width: 575px) {
    .u-rich-text {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    }
    .u-section-7 .u-text-1 {
        margin-top: 20px !important;
    }
    .desktop-image-load {
        display: none !important;
    }

    .mobile-image-load {
        display: initial !important;
    }

    .desktop-break {
        display: none !important;
    }


    .u-section-7 .u-text-2 {
        font-size:20px !important;
        margin-top: 20px !important;
    }
    #sec-b3d9 {
        height:500px;
        background-image: url("images/Bioten-Hydro-XCell-Group-portrait-mobile.jpg") !important;
    }

    .u-repeater-1 {
        height: 2400px !important;
    }

    .u-repeater-item {
        height:700px !important;
    }

    .u-shape-rectangle {
        padding:0px !important;
        margin:5px !important;
        height: 50px !important;
    }

    #rectangle-text {
        padding:0px !important;
        margin:5px !important;
        height: 50px !important; 
    }

    .u-shape-rectangle .u-text-default {
        padding:2px !important;
        margin:2px!important;
    }
    
    .bioten-proizvodi-padding {
        padding-bottom: 0px !important;
    }
    .mobile-shrink {
        top: -60px;
    }

    br.text-breaks-mobile {
        display: initial;
    }
    .product-text {
        font-size: 14px !important;
    }
    .logo-mobile {
        margin: 0 auto !important;
        width: 120px !important;
        height: 48px !important;
    }

    .text1-mobile {
        font-size: 34px !important;
        margin-top: -160px !important;
        margin-right: -50px !important;
    }
    .text3-mobile {
        font-size: 34px !important;
        margin-top: 60px !important;
        margin-right: -50px !important;
        margin-left: 28px !important;
    }

    .text4-mobile {
        font-size: 34px !important;
        margin-top: 50px !important;
        margin-right: -50px !important;
        margin-left: 28px !important;
    }

    .text3-opis-mobile {
        margin-left: 28px !important;
    }
    .text2-mobile {
        font-size: 18px !important;
        width:230px !important;
        line-height: 1.15 !important;
    }

    .za-tvoju-kozu-mobile {
        font-size: 34px !important;
        margin-top: -190px !important;
        margin-left: 28px !important;
    }

    .za-tvoju-kozu-opis-mobile {
        margin-left: 28px !important;
    }

    .socials-mobile {
        left: 100px;
        /* height: 34px !important; */
    }

    .socials-2-mobile {
        left: 165px;
        top: -35px;
        /* height: 34px !important; */
    }

    .socials-3-mobile {
        left: 165px;
        top: 27%;
        /* height: 34px !important; */
    }

    .slider-arrows {
        bottom: 100px;
        left: 0px;
    }

    .u-section-1 .u-slider-1 {
        min-height: 112vh;
    }

    .u-sheet-mobile {
        position: relative;
        max-width: 100vw;
        left: 50%;
        margin-left: -50vw;
        width: 100vw !important;
    }
}

@media (min-width: 575px) {
    .desktop-image-load {
        display: initial !important;
    }

    .mobile-image-load {
        display: none !important;
    }
    
    .u-shape-rectangle {
        padding:0px !important;
        margin:5px !important;
        width: 460px !important;
    }

    #rectangle-text {
        padding:0px !important;
        margin:5px !important;
        height: 70px !important; 
    }

    .fix-font-size {
        font-size: 30px;
    }
    br.text-breaks-mobile {
        display: none;
    }
    .text2-mobile {
        width:600px !important;
    }
    .slider-arrows {
        
    }
    .logo-mobile {
        width: 180px;
        height: 72px;
        margin: 0 auto 0 360px;
    }
    .u-section-3 .u-container-layout-13 {
        padding: 20px 8px;
    }
    
    .mobile-shrink {
        top: 0px;
    }
}

@media (min-width: 1500px) and (max-width: 1919px) {
    body {
        transform: scale(0.8); /* You can adjust the scaling factor as needed */
        transform-origin: top left; /* Set the scaling origin to the top left corner */
        width: 125%; /* Counteract the scaling effect on the width */
        height: 125%; /* Counteract the scaling effect on the height */
      }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    body {
        transform: scale(0.7); /* You can adjust the scaling factor as needed */
        transform-origin: top left; /* Set the scaling origin to the top left corner */
        width: 150%; /* Counteract the scaling effect on the width */
        height: 150%; /* Counteract the scaling effect on the height */
      }
}