.autofix_sb.fixed {
  position: fixed !important;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  overflow:auto;
    z-index: 40;
    opacity: 0.8;
}
.fixed .logo{
    padding-bottom: 0;
}
/*.fixed .logo img{
    width: 35%;
}*/
.fixed .logo p{
    width: 35%;
    font-size: 0.50em;
}

.autofix_sb.fixed.bottom {
  bottom: 0;
  position: absolute !important;
}
