      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
	  
	  /* Container holding the image and the text */
	.container-img {
	  position: relative;
	  text-align: center;
	  color: white;
	  width:100%;	  
	}

	/* Bottom left text */
	.bottom-left {
	  position: absolute;
	  bottom: 8px;
	  left: 16px;
	}

	/* Top left text */
	.top-left {
	  position: absolute;
	  top: 8px;
	  left: 16px;
	}

	/* Top right text */
	.top-right {
	  position: absolute;
	  top: 8px;
	  right: 16px;
	}

	/* Bottom right text */
	.bottom-right {
	  position: absolute;
	  bottom: 8px;
	  right: 16px;
	}

	/* Centered text */
	.centered {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}
