[data-element="content"]>a{	width:100%;}.autor-perfil{    display: flex;    justify-content: flex-start;    align-items: center;    padding: 10px;    margin-top: 10px;    box-shadow: 0px 0px 4px 1px #a1afbb;    background-color: #f8f8f9;	color:#555;	width:100%;}.autor-foto{   height: 150px;}.autor-datos{    flex:0 1 auto;	margin-left:15px;}.autor-nombre{}.autor-pre{}.autor-post{}.autor-notas{    margin: 10px auto;}.autor-notas>article > div{    box-shadow: 0px 0px 5px 1px #eee;    border-radius: 2px;    margin: 5px;	padding: 5px;}#autores a{	text-decoration:none;}#autores a:hover .autor-perfil{	box-shadow: 0px 0px 4px 3px #c4cdd4;}@media (max-width:768px){    .autor-perfil{        margin: 10px;        flex-direction: column;    }    .autor-foto{        height:100px;    }		#autores article{		padding-top:5px;		padding-bottom:5px;	}}@media (min-width:768px){    main{		min-height:65vh;	}}