body {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  background-color: #E6E6E6;
  font-size: 12px;
  line-height: 14px;
}

.container {
  margin-top: 50px;
}

h4 {
  text-transform: uppercase;
}

h4.blue {
  color: #1E5FA6;
}

.info {
  padding: 20px;
  background-color: #1E5FA6;
  color: white;
  margin-bottom: 30px;
}

.info h2 {
  margin-top: -5px;
  margin-bottom: 20px;
}

.ratio16_9 {
  position: relative;
  padding-top: 56.25%;
  margin-top: 20px;
}

.ratio16_9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-default {
  font-weight: 700;
  padding: 5px 15px;
  text-transform: uppercase;
  background-image: none;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
}

.segment p {
  width: 100%;
  margin: 10px 0;
  background-color: white;
}

.segment img {
  display: block;
  margin: 0 auto;
}

.example img {
  width: 100%;
}

hr {
  border-top-color: #ccc;
}

.bank p {
  display: inline-block;
  text-transform: uppercase;
  width: 167px;
  font-size: 12px;
  line-height: 14px;
}

.bank img {
  height: 60px;
  margin: 0 2px;
}

@media (min-width: 1200px) {
  .bank p {
    width: 167px;
  }
  .bank img {
    height: 60px;
  }
}

@media (min-width: 992px) {
  .bank p {
    width: 163px;
  }
  .bank img {
    height: 47px;
  }
}

iframe {
  width: 100%;
  border: none;
}
