adm1nrnl
You can try to add
@media screen and (max-width: 1180px) {
.jdGallery .slideInfoZone {
margin-top:0px;
}}
or to remove logo block
@media screen and (max-width: 1180px) {
#s5_menu_wrapinner, #s5_menu_wrapitems, #s5_rightmenu {
display:none;
}}