.photo-infos-container>* {
    padding-left: 5px;
}

.photo-infos{
	/*left: auto;*/
	text-align: left;
}
.photo-infos a.photo-infos-like{
	display: inline-block;
}
.photo-infos p.photo-infos-name{
	display: inline-block;
	padding-right: 5px;
}

/*
/*Phones* /
@media screen and (max-width: 767px) {
    /*center* /
    .photo-infos{
        right: 20px;
        font-size: 30px;
    }
}


/*Tablets* /
@media (min-width: 768px) and (max-width: 991px) {
    .photo-infos{
        right: 20px;
        font-size: 22px;
    }
}

/*Desktops* /
@media (min-width: 992px) {
    .photo-infos{
        right: 20px;
        font-size: 16px;
    }
}
*/
