	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}


	blockquote {
		border-left: solid 4px rgba(255, 255, 255, 0.15);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

		/* Containers */

#ethan {
    /* This image is 687 wide by 1024 tall, similar to your aspect ratio */
    background-image: url(images/ethan.jpg);
    
    /* make a square container */
    width: 125px;
    height: 125px;

    /* fill the container, preserving aspect ratio, and cropping to fit */
    background-size: cover;

    /* center the image vertically and horizontally */
    background-position: 30% 90%;

    /* round the edges to a circle with border radius 1/2 container size */
    border-radius: 60%;
}

#samy {
    /* This image is 687 wide by 1024 tall, similar to your aspect ratio */
    background-image: url(images/Missoum_Samy_0.jpg);
    
    /* make a square container */
    width: 125px;
    height: 125px;

    /* fill the container, preserving aspect ratio, and cropping to fit */
    background-size: cover;

    /* center the image vertically and horizontally */
    background-position: 60% 0%;

    /* round the edges to a circle with border radius 1/2 container size */
    border-radius: 60%;
}


#peng {
    /* This image is 687 wide by 1024 tall, similar to your aspect ratio */
    background-image: url(images/peng.jpg);
    
    /* make a square container */
    width: 125px;
    height: 125px;

    /* fill the container, preserving aspect ratio, and cropping to fit */
    background-size: cover;

    /* center the image vertically and horizontally */
    background-position: 30% 50%;

    /* round the edges to a circle with border radius 1/2 container size */
    border-radius: 60%;
}

#sylvain {
    /* This image is 687 wide by 1024 tall, similar to your aspect ratio */
    background-image: url(images/sylvain.png);
    
    /* make a square container */
    width: 125px;
    height: 125px;

    /* fill the container, preserving aspect ratio, and cropping to fit */
    background-size: cover;

    /* center the image vertically and horizontally */
    background-position: 30% 50%;

    /* round the edges to a circle with border radius 1/2 container size */
    border-radius: 60%;
}