@media only screen and (max-width: 667px) {
    .container-white{
        text-align: center;
    }
}
.img-left{
    width:400px;
    height:auto;
    border-radius: 20px;
    display:inline-block;
    margin:20px;
}
.img-right{
    width:400px;
    height:auto;
    border-radius: 20px;
    margin:20px;
    vertical-align: center;
    display:inline-block;
}
.img-center{
    height:400px;
    width:auto;
    box-shadow: 50px;
    
}
@media only screen and (max-width: 667px) {
    .img-left, .img-right, .img-center{
        width:100%;
        height:auto;
        margin:5px;
        display:block;

    }
}
.img-round{
    width:180px;
    height:180px;
    border-radius: 50%;
}
.center{
    text-align: center;
}
.container-white{
    margin-bottom: 100px;
}
.author-photos{
    text-align: center;
}
.author-names{
    margin-top:10px;
}
.about-td{
    padding:20px;
    padding-left: 60px;
    padding-right: 60px;
}
p{
    font-size: 18px;
}
@media only screen and (max-width: 667px) {
    td {
		float: left;
	}
}
