

@media (min-width: 767px) {
    .yiu-pdb-title-tab {
       display: none;
    }
}

@media only screen and (max-width: 780px){
    .yiu-home-pdb-title {
        text-align: center !important;
        left: 130px !important;
    }
}

@media only screen and (max-width: 450px){
    .yiu-home-pdb-title {
        text-align: center !important;
        left: 85px !important;
    }
}

@media only screen and (max-width: 380px){
    .yiu-home-pdb-title {
        text-align: center !important;
        left: 60px !important;
    }

    .yiu-page-title-red {
        font-size: calc(1.325rem + .9vw)!important;
    }

    .yiu-page-title-white {
        font-size: calc(1.325rem + .9vw)!important;
    }
}

@media only screen and (max-width: 330px){
    .yiu-home-pdb-title {
        text-align: center !important;
        left: 27px !important;
    }
}

@media (width: 1920px) {
    .yiu-pdb-title-container {
        left: 375px;
    }
}

@media only screen and (min-width: 2200px) {
    .yiu-home-col-video {
        width: 33% !important;
    }
}

@media only screen and (max-width: 992px) {
    .yiu-home-text-newsletter {
        font-size: 1rem !important;
    }

    .yiu-pdb-story-paragraph {
        font-size: 1.25rem !important;
    }
}

@media only screen and (max-width: 750px){
    .text-justify {
        text-align: left !important;
    }
}

@media only screen and (max-width: 768px) {
    .yiu-our-supporters-logos {
        width: 90%;
    }
}

@media only screen and (max-width: 575px) {
    .yiu-our-supporters-logos {
        width: 70%;
    }
}

@media only screen and (min-width: 1920px) {
    body {
        max-width: 1920px !important;
    }
}

@media only screen and (min-width: 1650px) {
    .col-xl-video {
        flex: 0 0 auto !important;
        width: 41.66666667% !important;
    }
}

