.textover {
 position: relative;        /* para poder posicionar el texto de forma absoluta */
 display: inline-block;     /* para que solo ocupe el ancho de la imagen */
}


.textosobre {
  position: absolute;    /* posición absolute con respecto al padre */
  bottom: 0;             /* posicionada en la esquina inferior derecha */
   top: 50%;
  right: 1rem;
  font-size: calc(0.6em + 0.8vw);
}



 

.background-image {
            background-image: url(https://escuelacristoredentor.edu.ar/wp-content/themes/temaCR/images/fondo.jpg) ;
            background-size: cover;
            background-color: transparent;
            background-position: top;
            background-repeat: no-repeat;

        }
        
        
.thumbnail{
 width: 12px;
 height: 12px;

}

        
.especial{
 width: 100px;
 height: 100px;

}

    

