.poes{
  display:none;
  font-size:88%;
  text-align:left;
  margin-top: 5px;
  width:98%;
  filter:hue-rotate(280deg) brightness(70%);
  background:url("https://www.qsl.net/ok1tor/j16.jpg");
  background-repeat:no-repeat;
  background-size: cover;
  transition:all 7s ease-in-out 0s;
}
.poes:hover{
/*  text-align:left; */
/*  background:url("https://www.liter.cz/favicon.ico"),url("https://www.qsl.net/ok1tor/j16.jpg"); */
/*  background-size: 21% 21%; */
/*  background-repeat:no-repeat; */
  filter:hue-rotate(90deg) brightness(150%);
/*  background-position: 98% 98%; */
  transition:all 7s ease-in-out 0s;
}
