#rotate-text {
    display: none;

}

#rotate-image {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    justify-content: center;
    align-items: center;
}
#img_rotate {
    width: 100%;
}