@media only screen and (min-width :1025px) and (max-width :5000px){
	
	.upload_ques_img{width: 520px;height: 300px;float: left; background-repeat: no-repeat;background-position: center;background-size: 100% !important;}
	.upload_ans_img{width: 520px;height:260px !important;float: left;background-repeat: no-repeat;background-position: center;background-size: 100% !important;
	}
	
	}


@media only screen and (min-width :768px) and (max-width :1024px){
	.upload_ques_img{width: 100%;height: 250px;float: left; background-repeat: no-repeat;background-position: center;background-size: 100% !important;}
	.upload_ans_img{width: 100%;height:250px !important;float: left;background-repeat: no-repeat;background-position: center;background-size: 100% !important;
	}
}

@media only screen and (min-width :481px) and (max-width :767px){
	.upload_ques_img{width: 100%;height: 250px;float: left; background-repeat: no-repeat;background-position: center;background-size: 100% !important;
	
	}
	.upload_ans_img{width: 100%;height:250px !important;float: left;background-repeat: no-repeat;background-position: center;background-size: 100% !important;
	}
	}

@media only screen and (min-width :301px) and (max-width :480px){
	.upload_ques_img{width: 100%;height: 138px;float: left; background-repeat: no-repeat;background-position: center;background-size: 100% !important;}
	
	.upload_ans_img{width: 100%;height:138px !important;float: left;background-repeat: no-repeat;background-position: center;background-size: 100% !important;}
	}


@media only screen and (min-width :0) and (max-width :300px){
	.upload_ques_img{width: 100%;height: 138px;float: left; background-repeat: no-repeat;background-position: center;background-size: 100% !important;}
	
	.upload_ans_img{width: 100%;height:138px !important;float: left;background-repeat: no-repeat;background-position: center;background-size: 100% !important;}
	}

@media only screen and (min-width :321px)  and (max-width :490px) and (orientation : landscape){
	.upload_ques_img{width: 100%;height: 138px;float: left; background-repeat: no-repeat;background-position: center;background-size: 100% !important;}
	.upload_ans_img{width: 100%;height:138px !important;float: left;background-repeat: no-repeat;background-position: center;background-size: 100% !important;}
	}
