.roku {
	background-image:url(http://www.powerjuicer.com/images/roku-backdrop.png); 
	background-repeat:repeat-x; 
	max-width: 1000px;
	border-radius: 25px; 
	border-style: solid; 
	border-color:#9d0001; 
	border-width:3px; 
	margin-bottom:10px;
	height:auto;
	text-align: center;
	vertical-align: middle;
	clear:left;
}

.roku-box1{
	display: inline-block;
	width: 33%;
}

.roku-box2{
	display: inline-block;
	width: 33%;
}

.roku-box3{
	display: inline-block;
	width: 33%;
}

.roku-box1 img{
	width: 100%;
	height: auto;
}

.roku-box2 img{
	width: 100%;
	height: auto;
}
.roku-box3 img{
	width: 100%;
	height: auto;
}

@media all and (max-width: 728px){
	.roku {
		max-width:90% !important;
	}
	
	.roku-box{
	width: 100%;
}
.roku-box3{
	display:inline-block;
	float:none;
	width:100%;
}

.roku-box2{
	display:inline-block;
	float:none;
	width:100%;
}

.roku-box1{
	display:inline-block;
	float:none;
	width:100%;
}
}