﻿
/* --------------------------------------------------------------------------------
Visual Top
-------------------------------------------------------------------------------- */

.visual-top
{
    background-color:#FFF;
    position:relative;
    height:60%;

}

@media screen and (min-width: 992px) 
{
    .visual-top
    {
        margin-top:50px !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 720px) 
{
    .visual-top
    {
        margin-top:30px !important;
    }
}

@media screen and (max-width: 719px) and (min-width: 577px)
 {
    .visual-top
    {
        margin-top:-10px !important;
    }
}

@media screen and (max-width: 576px)
{
    .visual-top
    {
        margin-top:-40px !important;
    }
}

.visual-top > div
{
    width:100%;
    height:120%;
}



section .image
{
    width:100%;
    max-width:1024px;
    padding:60px 40px;
    margin:0 auto;
    text-align:left;
    margin-bottom:-4px;
    
}

section .image img
{
    display:inline-block;
    vertical-align:bottom;
    width:50%;
}

section .image figcaption
{
    display:inline-block;
    vertical-align:bottom;
    font-size: 16px;
    line-height: 21px;
    padding-left:20px;
    max-width:40%;
}
