@media only screen and (min-width :570px) and (max-width :900px){
	
	.poll-container{
		padding:0 5%;
		width: 90%;
	}
	.poll-thanks-txt, .poll-thanks-share{
		width: 100%;
	}
	.poll-thanks-share{
		margin-top:20px;
	}
	
}/*570-900*/


@media only screen and (max-width :568px){
	
	.poll-container{
		padding:0 3%;
		width: 94%;
	}
	#poll-title h2{
		font-size: 15px;
	}
	.poll-container .col-3{
		margin-right:0px;
		margin-bottom:15px;
		width: 100%;
	}
	.poll-container .col-last{
		width: 100%;
	}
	.poll-thanks-txt{
		width: 100%;
	}
	.poll-thanks-share{
		width: 100%;
	}
	.btn-share{
		margin:15px 0 0 0;
	}
	
	.bx-wrapper .bx-next {
		right: 0px;
	}
	
}/*568*/