.image {
	position: relative;
}
.rb-tl {
	position: absolute;
	top: 6px;
	left: 17px;
	z-index: 50;
	width: 75px;
}



.product-thumb .rb-tl {
	
	left: 0;
        text-align: left;
	
}
.product-thumb .rb-tl img{
	
	width: 60%;
	
}



.rb-tr {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 50;
}





.rb-bl {
	position: absolute;
	top: 50px;
	left: 17px;
	z-index: 50;
}
.product-thumb .rb-bl {
	
	left: 0;
        top: 30px;
        text-align: left;
	
}
.product-thumb .rb-bl img{
	
	width: 60%;
	
}
.rb-br {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 50;
}


@media(max-width: 768px)
{
    .rb-tl
	{
		width: 50px;
		height: 50px;
	}
	.rb-br
	{
		width: 50px;
		height: 50px;
	}
	.rb-tl img
	{
		width: 100%;
	}
	.rb-br img
	{
		width: 100%;
	}
	.rb-tr img
	{
		width: 70%;
	}
	.rb-bl img
	{
		width: 70%;
	}
	.rb-bl
	{
		top: 39px;
	}
	.product-thumb .rb-bl img
	{
		width: 45%;
	}
	.product-thumb .rb-bl
	{
		top: 25px;
	}
	.product-thumb .rb-tl img
	{
		width: 45%;
	}
	.product-thumb .rb-br img
	{
		width: 45%;
	}
	.product-thumb .rb-tr img
	{
		width: 45%;
	}
	
}
