﻿.extend .hover {
    display: none !important;
}
.extend:hover .hover {
    display: flex !important;
}
