.informations_area {
    z-index: 2;
}

.informations_body {
    max-height: 145px;
    padding: initial !important;
    overflow-y: scroll;
}

.information_content > p {
    margin-bottom: initial !important;
}

#top_image_root {
    margin-right: initial !important;
}

#top_image_area {
    height: 0px;
    width: 100%;
}

#top_image {
    background-size: cover;
    width: auto;
    height: 50px;
    animation: shake .1s linear infinite;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    object-fit: cover;
}

@keyframes shake {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(1px, 1px) rotateZ(0.2deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(1px, 0px) rotateZ(-0.2deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
