.image {position: relative;}
.image figcaption .caption1, .image figcaption .caption2, .image figcaption .caption3
{position: absolute;  color:#333; font-size:3.4vw; line-height:3.2vw; font-family:lato;}

 @media only screen and (min-width:450px) {
 .image figcaption .caption1, .image figcaption .caption2, .image figcaption .caption3 {font-size:14px; line-height:14px;}
}  

.image figcaption .caption1 {top: 5%; left:28%;}
.image figcaption .caption2 {top: 7%;  left:87%;}
.image figcaption .caption3 {top: 92%; left:45%;}
.link-small-dark-blue-bg:a {font-size:11px;}

.top-modules {margin: 10px 4% 10px auto; text-align:right;}

@media only screen and (max-width:550px) {
 .image figcaption .caption1 {top: 5%; left:24%;}
} 
 