@media screen and (max-device-width: 1125px) {
    #text_container {
        width: 70%;
        height: 450px;
    }
    #photoCollage {
        height: 1000px;
    }

    #photoCollage img {
        border: 8px solid white;
    }
}

@media screen and (max-device-width: 1000px) {
    #photoCollage {
        height: 950px;
    }

    #photoCollage img {
        border: 7px solid white;
    }
}

@media screen and (max-device-width: 500px) {
    #text_container {
        width: 80%;
        height: 680px;
    }

    #text1 {
        font-size: 40px;
    }

    #text2 {
        font-size: 60px;
        margin-top: -60px;
    }

    #fleet_text {
        font-size: 25px;
    }

    #photoCollage {
        width: 50%;
        height: 4600px;
    }

    #photoCollage img {
        display: block;
        width: 100%;
    }

}