div.textContainerBottomCentre {
    height: 10%;
    width: 96%;
    position: absolute;
    bottom: 1%;
    left:50%;
    transform: translate(-50%, -50%);
    /* background-color: rgba(0, 0, 0, .25); */
    /* opacity: 0.6;  */
    text-align: center;

  }


  div.textContainerBottomLeft {
    height: 10%;
    width: 96%;
    position: absolute;
    bottom: 1%;
    left:50%;
    transform: translate(-50%, -50%);
    /* background-color: rgba(0, 0, 0, .25); */
    /* opacity: 0.6;  */
    text-align: left;

  }

  p.textColourWhite { 
    color: white;
    font-size: 2vmin;
    opacity:initial;
    padding-top: 0%;  
  }

  p.textColourBlack { 
    color: black;
    font-size: 2vmin;
    opacity:initial;
    padding-top: 0%;  
  }


  p.textColourBlackSmall { 
    color: black;
    font-size: 1.5vmin;
    opacity:initial;
    padding-top: 0%;      
  }


  div.textContainerTopLeft {
    height: 10%;
    width: 96%;
    position: absolute;
    bottom: 75%;
    left:50%;
    transform: translate(-67%, -33%);
    /* background-color: rgba(0, 0, 0, .25); */
    /* opacity: 0.6;  */
    text-align: center;
   /* // background-color: black; */

  }

  div.textContainerTopRight {
    height: 10%;
    width: 96%;
    position: absolute;
    bottom: 75%;
    left:50%;
    transform: translate(-20%, -80%);
    /* background-color: rgba(0, 0, 0, .25); */
    /* opacity: 0.6;  */
    text-align: center;
   /* // background-color: black; */

  }

