.imgfondo {
    background-image: url('../image/1920x1200_6.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.imgfondo2 {
    background-image: url('../image/1920x1200_1.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.image-view {
    width: 30%;
}

@media only screen and (max-width: 1000px) {
    .rounded-circle {
        border-radius: 20%!important;
    }
}