Cómo dar CSS solo a una imagen paticular
img:not(.backArrow){
max-width: 100%;
height: auto;
}
Panicky Peccary
img:not(.backArrow){
max-width: 100%;
height: auto;
}