From Gulf States Flood Help
.sol-main-banner {
background-color: yellow;
width: 100%;
height: auto;
margin: 0;
padding: 0;
border: 1px solid #ddd;
border-radius: 4px;
position: relative;
}
.sol-main-banner img {
max-width: 948px;
height: 100%;
}
.sol-main-banner-title {
position: absolute;
top: -22px;
left: -22px;
}
.sol-main-banner-tagline {
position: absolute;
bottom: 36px;
left: 40px;
font-size: 1.8em;
font-weight: 700;
line-height: 1.2em;
font-family: Merriweather;
color: #333;
text-shadow: 1px 1px 4px white;
}
.sol-main-banner-block {
position: absolute;
top: 1em;
right: 1em;
}