.caption {
right: 12% !important;
top: 20% !important;
width: 500px !important;
background: none !important;
text-align: left !important;
  margin-left: 50%;
  color: #000080 !important;
  overflow: auto;
  font-size:1.2em
}

.caption h4{
  	text-transform: uppercase;
	color: #1A4280;
	font-size:1.5em
  }
  
  .caption h3{
  	color: #619EFC;
  	font-size: 1.5em;
	}

	.caption p{
		padding-right: 50px;
	}
.caption a{
	background: #1919FF;
	color: white;
	padding: 4px 8px;
	margin-top: 10px !important;
	display: inline-block;
	border-radius: 0px !important;
	text-decoration: none;
}
