@media (max-width: 768px) and (min-width: 304px) {
		.box-content .item-image>img, .box-content div, .box-content .item-image {
		width: 94vw !important;
	}
	
	.box-content{
		background-color: #fff !important;
	}
}


@media (max-width: 480px) {
.medium_text{
  font-size: 13pt !important; 
}

.large_bold_white {
  line-height: 2em !important;
}

.small_light_white {
  font-size: 10pt !important;
  line-height: 3em !important;
}

.medium_light_white img {
  width: 150px !important;
  height: auto !important;
  margin-left: 10vw !important;
  margin-top: 5vw !important;
}
}