body {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.bx-wrapper .bx-viewport {
  box-shadow: 0;
  border: 0;
  border-radius: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bxslider {
  margin: 0;
}

.wish {
  height: 100vh;
  width: 100vw;
  background-color: #c0392b;
  color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  word-wrap: break-word;
}


.wish a {
  color: inherit;
  display: inline-block;
}

.wish a:hover,
.wish a:focus {
  transform: scale(1.2);
}

.wish section {
  max-width: 80%;
}

.wish header h2 {
  font-size: 5vw;
}

.wish article p {
  font-size: 2em;
  margin-bottom: 2em;
}

.wish article p:last-child {
  margin-bottom: 0;
}

.bx-wrapper .bx-pager {
  position: fixed;
  bottom: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #909090;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #F5F5F5;
}
