#bet365_head_bnr {
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.bet365_h_b_block {
	width: 100%;
	height: 90px;
	background: #126E51;
    overflow: hidden;
}

.bet365_h_b_block .row {
	position: relative;
	height: 90px;
}

.bet365_h_b_block .bet365_h_b_b_logo {
	width: 100px;
	height: 34px;
	position: absolute;
	top: 8px;
	left: 10px;
}

.bet365_h_b_block .bet365_h_b_b_text {
	color: white;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
    width: 155px;
    left: 17px;
    bottom: 15px;
}

.bet365_h_b_block .bet365_h_b_b_text span {
	color: #FFE418;
}

.bet365_h_b_block .bet365_h_b_b_green {
	display: none;
}

.bet365_h_b_block .bet365_h_b_b_button {
	width: 135px;
	height: 39px;
	background-color: #FFE418;
	border-radius: 5px;
	position: absolute;
	top: 26px;
	right: 6px;
	text-align: center;
	line-height: 39px;
	text-transform: uppercase;
	color: #2C2C2C;
	font-weight: bold;
}

.bet365_h_b_block .bet365_h_b_b_tenn {
    width: 110px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 62%;
}

@media only screen and (min-width:  420px) {
    .bet365_h_b_block .bet365_h_b_b_logo {
        top: 28px;
    }

    .bet365_h_b_block .bet365_h_b_b_text {
        left: 30%;
        bottom: 30px;
    }

    .bet365_h_b_block .bet365_h_b_b_tenn {
        left: 71%;
    }
}

@media only screen and (min-width:  600px) {
    .bet365_h_b_block .bet365_h_b_b_text {
        left: 29%;
        bottom: 21px;
        font-size: 24px;
        line-height: 24px;
        width: 270px;
    }
}

@media only screen and (min-width:  900px) {
    .bet365_h_b_block .bet365_h_b_b_text {
        left: unset;
        right: 18%;
        text-align: center;
    }

    .bet365_h_b_block .bet365_h_b_b_green {
        display: block;
        position: absolute;
        width: 395px;
        height: 90px;
        left: 14%;
    }

    .bet365_h_b_block .bet365_h_b_b_green span {
        display: block;
        background: linear-gradient(to right, #FFE418, transparent);
        line-height: 90px;
        padding-left: 16%;
        font-size: 23px;
        font-weight: bold;
        color: white;
    }

    .bet365_h_b_block .bet365_h_b_b_green:before {
        border-top: 90px solid #126E51;
        top: 0;
        content: "";
        position: absolute;
        border-right: 40px solid transparent;
    }

    .bet365_h_b_block .bet365_h_b_b_tenn {
        left: 81%;
    }
}

@media only screen and (min-width:  1090px) {
    .bet365_h_b_block .bet365_h_b_b_tenn {
        left: 46%;
    }
}

@media only screen and (min-width:  1200px) {
    .bet365_h_b_block .bet365_h_b_b_logo {
        left: 2px;
    }

    .bet365_h_b_block .bet365_h_b_b_button {
        right: 10px;
    }

    .bet365_h_b_block .bet365_h_b_b_text {
        right: 21%;
    }

    .bet365_h_b_block .bet365_h_b_b_green {
        left: 17%;
    }

    .bet365_h_b_block .bet365_h_b_b_green span {
        font-size: 28px;
    }
}