1
2
3
4
5
6
7
8
9
10
11
12
#dynamic_logo img{
display: none;
}
#dynamic_logo{
background-repeat: no-repeat;
background-size: 100%;
height: 300px;
width: 300px;
background-image: url('https://images.plurk.com/7ojjprVw544b3sfxIjFU5h.png ');
bottom: 60px;
right: 30px;
}