.charlotte-rp{
	max-width: 31.8%;
    display: inline-block;
    margin-right: 25px;
    vertical-align: top;
}
.charlotte-rp img{
	display: block;
}
.charlotte-rp:nth-child(3){
    margin-right: 0;
}
@media only screen and (max-width: 1272px){
	.charlotte-rp{
		max-width: 30.8%;
	}
}
@media only screen and (max-width: 768px){
	.charlotte-rp{
		max-width: 100%;
	}
}