.component_logo_gross {
    position: absolute;
    top: 26%;
    width: 100%;
}

.component_logo_gross .image {
    height: 17vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


@media only screen and (min-width: 360px) {

    .component_logo_gross {
        top: 22%;
    }

    .component_logo_gross .image {
        height: 21vh;
    }
}


@media only screen and (min-width: 1024px) {

    .component_logo_gross {
        top: 17%;
    }

    .component_logo_gross .image {
        height: 11vh;
    }
}