.loop_area_icono {
    width: 45px;
    float: right;
    margin-left: 15px;

}

.loop_area_icono a {
    display: block;
    width: auto;
    height: 90px;
    flex: 1;
}

.loop_area_icono figure {
    width: auto;
    max-width: 45px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: var(--bg-normal);
    margin-right: 0 !important;
    margin-left: auto !important;
}

.loop_area_icono:hover figure {
    background-image: var(--bg-hover);
}