.tedImage {
    background: url("../Image/photos/Team/tedandcarrie.png")
                no-repeat;
    background-size: 100%;
    background-position: center;
    width: 225px;
    height: 400px;
}

 .johnImage {
    background: url("../Image/photos/Team/johnandfamily.png")
                no-repeat;
    background-size: 100%;
    background-position: center;
    width: 225px;
    height: 400px;
}


.anthonyImage {
    background: url("")
                no-repeat;
    background-size: 100%;
    background-position: center;
    width: 225px;
    height: 100px;
}

.droeseImage {
    background: url("")
                no-repeat;
    background-size: 100%;
    background-position: center;
    width: 225px;
    height: 100px;
}
.ddroeseImage {
    background: url("")
                no-repeat;
    background-size: 100%;
    background-position: center;
    width: 225px;
    height: 100px;
}
.mycontent {
    border-bottom: 5px solid black;
}