   
      .quote-rotate {
        position: absolute;
        top: 10px;
        opacity: 0;
        overflow: visible;
        visibility: hidden;
        transition:left 1.4s, opacity .5s ease;
        padding-bottom: 0px;
            font-style: italic;
            
    color: #000;
       
      }
	  .quote-dots {
        margin: 0 auto;
        text-align: left;
      }
      .quote-contain{
          min-height: 125px;
          background-image: url('https://infinitehealing.co.uk/wp-content/uploads/2021/08/quote-v3.png');
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 0% 5%;
      }
      .quote-contain.contain-155{
         min-height: 155px; 
      }
      .nav-dot, .nav-dot-v2, .nav-dot-v3, .nav-dot-v4, .nav-dot-v5, .nav-dot-v6 {
        height: 6px;
    width: 6px;
    border-radius: 100%;
    border: 1px solid #000;
    display: inline-block;
    margin-right: 4px;
    cursor: pointer;
      }
      .quotes {
        position: relative;
      }
      .show {
        opacity: 1;
        visibility: visible;
      } 
      .dot-fill { background-color: black; }
      .nav-dot:last-of-type, .nav-dot-v2:last-of-type, .nav-dot-v3:last-of-type, .nav-dot-v4:last-of-type, .nav-dot-v5:last-of-type, .nav-dot-v6:last-of-type { margin: 0; }  