 
/* framework */ 
 #container {
        margin: 0;
        padding: 0;
        
 }
 
.container-img > img {
     width: 100%;
     height: auto;
     margin: 0;
 }
 
.container-img > .cmv1d-logo {
	width: 30%;
	float: left;
	position: absolute;
	margin: 20px;
}

.text-block {
  position: absolute;
  left: 5%;
  top: 5%;
  padding-left: 20px;
  padding-right: 20px;
  width: 45%;
  font-size: 130%;
  background-color: rgba(255, 255, 255, 50%);
  border-radius: 4px;
}

.text-block p {
    font-size: 130%;
    color: #E3001B;
    font-family: Roboto;
    margin: 0;
}


@media screen and (max-width: 768px) {
    div.text-block p {
        font-size: 20pt;
        font-weight: 500; 
        line-height: 28.5pt;
      /*  line-height: 42.7pt;  */
     }
}

