blockquote.speech-bubble { 
	background-position: center;
  background-repeat: no-repeat !important;
	background-size: 100% 100%;
  margin: 0 auto;
	text-align: center;
	height: 0;
	box-sizing: content-box;
	line-height: 1;
    -webkit-user-select: none; 
    -moz-user-select: none;  
    -ms-user-select: none;    
    user-select: none;   
}

blockquote.whisper {
  background-size: contain;
  width: 336px;
  height: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  font-style: italic;
  font-family: "Gloria Hallelujah", cursive;
}