/*#main-banner {
    display: none;
}*/

@media (min-width: 324px) and (max-width: 767px) {
  .btm-fix

 {
    position: fixed;
    z-index: 1;
    bottom: 0;
    right: 0;
    display: flex;
    flex-flow: column;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 0;
}


}