
.thumb {
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  width: 212px;
  height: 212px;
  background-color: #eef3ff;
  border: 1px solid #aad;
  box-sizing: border-box;
  padding: 5px;
  margin: 5px;
  box-shadow: 0px 3px 4px rgba(50, 50, 100, .6);
}

.thumb:hover {
  background-color: #9A9994;
}

.modframe {
  overflow: auto;
  background: #FDFDF6;
  padding: 15px;
  width: 700px !important;
  max-width: 100%;
  border-radius: 8px;
}
.captionframe {
  padding: 1px 15px;
  background-color: #def;
  border: 1px solid #bce;
  border-radius: 6px;
}

.captionframe a{
  font-weight: 700;
  color: #800;
}
.captionframe a:hover{
  color: #f00;
}

.videoWrapperWide {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper43 {
  position: relative;
  padding-bottom: 75%;
  /* 4:3 */
  padding-top: 25px;
  height: 0;
}

iframe {
  display: block;
  overflow: visible;
  border: none;
  margin: 0 auto 15px;
}

.videoWrapperWide iframe, .videoWrapper43 iframe {
  position: absolute;
  overflow: visible;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.imgCenter {
  display: block;
  margin: 0 auto;
}



@media (max-width: 767px) {
  h1 {
    font-size: 100px;
  }
  h2 {
    font-size: 16px;
  }
}
