
@media (max-width: 780px) {

/**/
.buy_box {
    width: 280px;
    height: 250px;
    position: absolute;
    bottom: -100px;
    left: 49%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    z-index: 30;
    background-image: linear-gradient(transparent 25%, #000000a1 60%, #000000b5 65%, transparent 50%);
}

.buy_box_back {
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: -130px;
    left: 49%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    z-index: 30;
    background: url(../images/prod_page_bot_back.svg) no-repeat;
    background-position: bottom;
    clip-path: polygon(100% 0%, 100% 71%, 97% 95%, 50% 100%, 3% 94%, 0% 71%, 0% 0%);
}


}



@media (min-width: 200px) and (max-width: 650px) {

.board_logo_box_pic {
    /*
	background: url("../images/prod_page_top_back_s.svg") no-repeat;
	background-position: 0px 0px;
    float: right;
    cursor: pointer;
    position: inherit;
    margin-right: -150px;
    width: 300px;
    height: 130px;
	pointer-events: none;
	*/
	display:none;
}

.TM-Box {
    position: relative;
}

}







