@media screen and (min-width: 48em) {

	/* aside */
	.aside p{
		margin-left: 4.75rem}
	
	/* figure */
	/* DELETE
	.figure{
		padding-top: 2em}
	*/

	/* icons */
	.icon-toggle{
		margin-right: 10px}
	
	/* list  */
	.list__item{
		padding-left: 108px}
	
	/* logo */
	.logo{
		width: 280px}

	/* navigation */
	.navigation-language{
		display: inline-block;
		vertical-align: middle}
		
	/* reviews */
	.reviews__date{
		display: inline-block}
	.reviews__link{
		display: block}
	.reviews__source{
		display: inline-block;
		margin-left: 0.25em}
	
	/* skills */
	.skills__article ul{
		margin-left: 4.75rem}
		
	/* team */
	.team {
		margin: 0;
	}
	.team__card{
		display: none}
	.team__cta{
		display: none}
	.team__head{
		display: none}
	.team__member {
		margin: 0;
	}
	.team__picture{
		/*display: block;
		display: inline-block;*/
		margin-bottom: 0;
		position: relative}
	/*.team__picture picture{
		display: inline-block}*/
	.team__picture:hover figcaption{
		position: absolute;
		font-size: 3em;
		margin-top: 0 !important;
		/*padding-left: 20%;*/
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		justify-content: center;
		flex-direction: column;
		background: #000;
		color: white;
		z-index: 5;
		display: flex}
		
	/* tools  */
	footer .tools{
		width: calc(100% - 108px)}

}