@media screen and (min-width: 800px) {
#yuishelp {
position: absolute; right: 8em; top: 80px;
}
}
@media screen and (max-width: 800px) {
#yuishelp {
display: none ;
}
}
@media screen and (min-width: 800px) {
#yuishelp {
position: absolute; right: 8em; top: 80px;
}
}
@media screen and (max-width: 800px) {
#yuishelp {
display: none ;
}
}