#_logos {
    height: 63px;
    display: flex;
    max-width: 55%;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: space-evenly;
}
#_logos a {
    height: 80%;
}

#_logos img {
    height: 100%;
}
.app-headerProfessional .vertical .personal .row .container .mobile-logo {
    margin-right: 20px !important;
}

._slides {
    position: relative;
    height: 554px !important;
    padding: 0px;
    margin: 20px 0px 0px;
    list-style-type: none;
}

._slides .slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

._slides .showing {
    opacity: 1;
    z-index: 2;
}
a.btnCarousel {
    z-index: 99;
    position: absolute;
    font-size: 46px;
    padding: 0px 10px 2px;
    margin-top: 145px;
    color: #2e170f;
    background-color: #2e170f29;
}

.btnNext {
    right: 0;
}
[data-anchor*="carousel-1"] .h-pretitle, [data-anchor*="carousel-2"] .h-pretitle {
    margin-top: 20px;
}
[data-anchor*="carousel-1"] img, [data-anchor*="carousel-2"] img {
    max-height: none !important;
    height: 234px;
}
@media only screen and (max-width: 480px) {
    [data-anchor*="carousel-1"] img, [data-anchor*="carousel-2"] img {
        max-height: none !important;
        height: auto;
        width: 100%;
        max-width: 320px !important
    }
}