@media only screen and (max-width: 1700px){
	
}

@media only screen and (max-width: 1400px){

	
}


@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 1140px){
	
}

@media only screen and (max-width: 980px){
}
	

@media only screen and (min-width: 768px){
	
}

@media only screen and (max-width: 1023px){
	

}

@media only screen and (max-width: 767px){
	

	
}

@media only screen and (max-width: 599px){
	.box {
  margin-top: 20px;
  max-width: 600px;
 /* height: 1100px;*/
  height: 1560px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}

.addonBox {
  margin-top: 20px;
  max-width: 600px;
  height: 325px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}

.illuminaBox {
  margin-top: 20px;
  max-width: 600px;
  height:450px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}
.carnivabox{
  margin-top: 20px;
  max-width: 600px;
  /*height: 200px;*/
  height: 275px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}


}

@media only screen and (max-width: 499px) {
	
.box {
  margin-top: 20px;
  max-width: 600px;
  /*height: 1100px;*/
  height: 1560px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}

.addonBox {
  margin-top: 20px;
  max-width: 600px;
  height: 325px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}

.illuminaBox {
  margin-top: 20px;
  max-width: 600px;
  height: 220px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}
.carnivabox{
  margin-top: 20px;
  max-width: 600px;
  /*height: 200px;*/
  height: 275px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}
	
}
