@media screen and (min-width:300px) and (max-width:897px) {
.uclogo a
{
padding: 8px 10px;
font-size: 12px;
right:10px;
}
.form-inline
{
flex-flow: nowrap;    
}
.start_selling_button
{
display:none;    
}
.web_banner_img img {
width: 100%;
height: 160px;
float: left;
}
.sell_web_banner_content
{
padding:0px !important;    
}
.sell_web_banner_content_hdtxt
{
font-size:20px;    
}
.sell_on_path
{
margin:10px 0px 14px 0px;    
}
.sell_web_banner_content
{
padding: 38px 0px 48px 0px;    
}
}

@media screen and (min-width:600px) and (orientation: landscape) {
.form-inline
{
flex-flow: nowrap;    
}    
}