.rowHolder{
    max-width: 80vw; max-height: 60vh;
    margin-bottom: 0.5vw;
    margin-left: auto; margin-right: auto;
    overflow: hidden;
}
.rowContent {
    margin-bottom: 5vw;
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.rowContent1{
    width: 20vw; height: 60vh;
}

.rowContent2{
    width: 40vw; height: 60vh;
}

.rowContent3{
    width: 60vw; height: 60vh;
}

.rowContent4{
    width: 80vw; height: 60vh;
}

.textHolder{
    text-align: center;
    color: #f3f3f3;
    margin-left: auto;
    margin-right: auto;
    font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 16px;
    letter-spacing: 1.6px;
}

.text{
    max-width: 100%; max-height: 100%;
}

.Coop{
    text-align: center;
    color: #f3f3f3;
    margin-left: auto;
    margin-right: auto;
    font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 16px;
    letter-spacing: 0.9px;
}

.coopLink{
    max-width: 20vw;
}

.coopLink img{
    max-width: 20vw;
}

.Image img{
    max-width: 100%; max-height: 100%;
    margin-left: auto; margin-right: auto;
    width: auto; height: auto;
}

.highRes{
    max-width: 100%; max-height: 100%;
    margin-left: auto; margin-right: auto;
    width: auto; height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slideshow-container img{
    max-width: 100%; max-height: 100%;
    margin-left: auto; margin-right: auto;
    width: auto; height: auto;
}

@media screen and (orientation: portrait) {
    .rowHolder{
        max-width: 100vw; max-height: 60vw;
    }

    .rowContent {
        background-size: cover;
    }

    .rowContent1{
        width: 25vw; height: 60vw;
    }

    .rowContent2{
        width: 50vw; height: 60vw;
    }

    .rowContent3{
        width: 75vw; height: 60vw;
    }

    .rowContent4{
        width: 100vw; height: 60vw;
    }

    .textHolder{
        font-size: 28px;
        letter-spacing: 2.3px;
    }

    .Coop{
        font-size: 28px;
        letter-spacing: 2.3px;
    }
}