.gam_press_banner_flex_box{
    display: flex;
    align-items: center;
}

.gam_press_center_all{
    width: auto;
    padding: 7px;
    text-align: center;
}

.gam-connect-align-left {
    text-align: left;
    justify-content: flex-start;
}

.gam-connect-align-center {
    text-align: center;
    justify-content: center;
}

.gam-connect-align-right {
    text-align: right;
    justify-content: right;
}

.gam-connect-align-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.gam-connect-align-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
