


#visu-sec {
    position: relative;
    width: 100%;
    height: 449px;
    background-image: url('../../images/svisu-3.jpg');
}

.con-visu > h2 {
    position: absolute;
    font-size: 36px;
    line-height: 64px;
    font-family:'Cardo', serif !important;
    color: #ffffff;
    width: 100%;
    text-align: center;
    text-shadow:1px 1px 3px #666;
}

#visu-sec > .con-visu > h2:first-child {
    left: 20px;
    top: 228px;
}


.bottomIn {
    animation: bottom 1s ease-in-out 0.2s both;
}

@keyframes bottom {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.rightIn {
    animation: right 1s ease-in-out 0.2s both;
}

@keyframes right {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


@media (max-width: 1199.99px) and (min-width: 992px) {
    #visu-sec {
        height: 409px;
    }
    
    .con-visu > h2 {
        font-family:'Cardo', serif !important;
        font-size: 38px;
    }
    
    #visu-sec > .con-visu > h2:first-child {
        left: 0px;
        top: 208px;
    }
}

@media (max-width: 991.99px) and (min-width: 768px) {
    #visu-sec {
        height: 330px;
    }
    
    .con-visu > h2 {
        font-family:'Cardo', serif !important;
        font-size: 30px;
    }
    
    #visu-sec > .con-visu > h2:first-child {
        left: 0px;
        top: 158px;
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {
    #visu-sec {
        height: 300px;
    }
    
    .con-visu > h2 {
        font-family:'Cardo', serif !important;
        font-size: 24px;
    }
    
    #visu-sec > .con-visu > h2:first-child {
        left: 0px;
        top: 133px;
    }
}


@media (max-width: 575.99px) {
    #visu-sec {
        height: 240px;
    }
    
    .con-visu > h2 {
        font-family:'Cardo', serif !important;
        font-size: 15px;
    }
    
    #visu-sec > .con-visu > h2:first-child {
        left: 0px;
        top: 97px;
    }
}