/* Enter Your Custom CSS Here */
@media only screen and (max-width: 1000px) {
.container-wrap {
	padding-top: 0px !important;
}
}

.qr {
  height: 100px !important;
  width: auto;
}

.textwidget img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 689px) {
  .textwidget img {
  	display: block;
  	float: left;
	}
}