#rafflepluscontainer{
	width: 100% !important;
	text-align: center !important;
}
#raffleplus{
	border: 1px solid #000000 !important;
    border-radius: 5px !important;
    width: 500px !important;
    height: 600px !important;
}

@media only screen and (min-width : 320px) and (max-width : 500px) {
	#raffleplus{
		width: 300px !important;
	}
}