Şöyle yap o zaman.

@media only screend and (max-width:500px) { .bx-viewport{
height:445px;
} }

@media only screend and (min-width:501px) { .bx-viewport{
height:auto;
} }