.photoSliderWrapper {
    width:100vw;
    height: 100vh;
    max-width: 100%;
}

.photoSliderWrapper img {
    width:100%;
    height: 100%;
}

.mainTitle {
    position: absolute;
    top: 42%;
    width: 100%;
    text-align: center;
    font-size: 6vw;
    color: white;
    /*text-shadow: 0 0 32px rgba(0, 0, 0, .3), 0 3px 7px rgba(0, 0, 0, .25);*/
    text-shadow:3px 3px 5px rgb(0 0 0);
    font-family: "Alex"; 
    
}
