/* CSS for snowbear home */
img {
  margin: auto auto;
  max-height: 20%;
}
.slide {
  display:none;
  width: 72%;
  height: 96%;
  max-width:500px;
  max-height: 667px;
}
.w3-left, .w3-right, .w3-badge {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor:pointer;
}
.w3-badge {
  height:15px;
  /* width:5px; */
  padding:0;
}
