.image {position: relative;}
.image figcaption .caption1, .image figcaption .caption2, .image figcaption .caption3, .image figcaption .caption4, .image figcaption .caption5, .image figcaption .caption6
{position: absolute;  color:#333; font-size:3.4vw; line-height:3.2vw; font-family:lato;}
.image figcaption .caption1 {top: -1%; left:24%;}
.image figcaption .caption2 {top: 1%;  left:65%;}
.image figcaption .caption3 {top: 12%; left:24%;}
.image figcaption .caption4 {top: 30%; left:2%;}
.image figcaption .caption5 {top: 51%; left:79%; right:-2%;}
.image figcaption .caption6 {top: 67%; left:64%; right:-3%}
.link-small-dark-blue-bg:a {font-size:11px;}
 
@media only screen and (min-width:450px) {
 .image figcaption .caption1, .image figcaption .caption2, .image figcaption .caption3, .image figcaption .caption4, .image figcaption .caption5, .image figcaption .caption6
{font-size:14px; line-height:14px;}

}  
@media only screen and (max-width:450px) {
    .image figcaption .caption6 {top: 75%; left:64%; right:-3%}
}
.top-modules {margin: 10px 4% 10px auto; text-align:right;}
 