/* Custon Style for Review border */

.logoBorder{
    display: block;
    content: '';
    position:absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 33;
}

.postWrap .reviewItem .casLogo .logoBorder{
	width:85px;
	height: 85px;
	top:-7px;
	left:-7px;
}
.postWrap .reviewItem.topItem .casLogo .logoBorder {
	width: 128px;
    height: 128px;
    left: -10px;
}
.postWrap .reviewItem.topItem.first .casLogo .logoBorder {
	width: 155px;
    height: 155px;
	left: -12px;
}

/* At Review Head */
.reviewHead .casID .casLogo .logoBorder {
	width:150px;
	height: 150px;   
	top: -7px;
    left: -7px;
}
/* At Review Bottom */
.bonusBottom .logo .logoBorder{
	width: 95px;
    height: 95px;
    top: -7px;
    left: -7px;
}

/* At Game */
.gameInfo .gameLogo .logoBorder{
	width:120px;
	height: 120px;
	top:-7px;
	left:50%;
	margin-left: -60px;
}

.widget_bet100m_top5_reviews_widget .postWrap .reviewItem .casLogo .logoBorder{
    width: 54px;
    height: 54px;
    top: -2px;
    left: -2px;
}