.modal {
	
}

.lesson-banner {
top: 10%;
    left:50%;
    transform:translateX(-50%);
    position: fixed !important;
    background-color: #18823e !important;
    width:100%;
    height: auto;
    max-width: 640px !important;
    z-index: 1;
    text-align: center;
    display: block;    
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);

}

.lesson-banner2 {
  position: fixed;
  bottom: 100px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #18823e;
  color: white;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

div.lesson_message1 {
	margin: 10px;
    color: white;
	font-size: x-large; 
}

div.lesson_message2 {
	margin: 10px;
    color: white;
	font-size: xx-large; 
	margin-top: 40px
}

.lesson-banner a {
	color: white; 
	text-decoration: none;	
}

.lesson-banner a:hover {
	color: #eb7c7c;
}

.close {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}

button.understand {
	color: snow;
	background-color: #eb7c7c;
	border: groove silver;
	font-weight: bold;
	padding: 5px;
	margin: 5px; 
	border-radius: 5px;
	width: 20%;
} 

@media screen and (max-width: 550px) {

div.lesson_message1{ 
	font-size: medium; 
	}

div.lesson_message2{ 
	font-size: large; 
	}
	
button.understand {
	width: auto;
}
}