body {
  background: linear-gradient(white 50%, rgb(157, 192, 140)) !important;
  height: 100vh !important;
  overflow-y: hidden !important;
  margin: 0;
  padding: 0;
  font-family: "KoPubWorldBatangLight";
  display: flex;
  flex-direction: column;
}

#wrapper3 {
  overflow-y: hidden;
}

.main-section {
  margin: 0 auto 10vh auto !important;
}

#subscription {
  position: relative;
  top: 2vh;
  background-color: white;
  box-shadow: 0px 0px 4px rgb(166, 170, 166);
  border-radius: 0 !important;
  padding: 0.25rem 1.25rem 0.65rem 1.25rem;
}

#subscription ol li {
  margin-left: 1rem;
}

#illustration {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#illustration img {
  width: 52%;
}

#protect-layer {
  width: 45% !important;
  margin-top: 3vh;
}

#link-podcast2 {
  display: inline-block;
  width: 100%;
  word-break: break-all;
}

h2,
#podcast-title {
  font-family: "Sligoil-Micro Regular";
}

#podcast-promo2 {
  display: inline-block;
  text-align: center;
  animation: blink 1s infinite;
  /* border: 1.5px dotted rgb(157, 192, 140); */
  text-shadow: 0 0 16px tomato;
}

@keyframes blink {
  0% {
    opacity: 1;
    text-shadow: 0 0 36px rgb(157, 192, 140);
  }

  50% {
    opacity: 0;
    text-shadow: none;
  }

  100% {
    opacity: 1;
  }
}

#link-podcast2 {
  color: blue;
  text-decoration: underline dotted;
}

#link-podcast2:hover {
  text-shadow: 2px 2px 4px rgb(157, 192, 140);
}

.col {
  width: 50% !important;
}

.col2 {
  box-shadow: 0 0 36px #51a953;
}

.audio,
.transcript {
  position: relative;
}

.audio {
  top: 4vh;
}

.transcript {
  top: 0;
}

figure {
  margin: 0;
}

audio {
  width: 100%;
  position: relative;
  top: 1.5vh;
  background-color: transparent !important;
  border-radius: 8px;
  filter: drop-shadow(0 0 20px green);
}

/*episode is h3*/
.episode {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  display: inline;
  background: rgb(211, 239, 198);
}

.episode a {
  color: blue;
}

.instruction {
  color: tomato;
}

.glo {
  border: 1.5px dotted green;
  border-radius: 50%;
  padding: 0rem 1.25rem 0rem 1.25rem;
  cursor: pointer;
}

.glossary {
  padding: 0rem 0.25rem 0rem 0.25rem !important;
}

#any-photo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#any-photo img {
  width: 100%;
}

.unclear {
  color: red !important;
}

.talkers {
  font-weight: bold;
}

.glossary-resource p {
  font-size: 0.875rem;
}

/*Desktop HIDPI 1920 x 1080 https://blisk.io/devices*/
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .episode {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    display: inline;
  }
}

/******Laptop Big******/
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
}

/******Laptop Small******/
@media only screen and (min-width: 921px) and (max-width: 1279px) {
}

/******Mobile Portrait******/
@media only screen and (min-device-width: 360px) and (max-device-width: 920px) and (orientation: portrait) {
  body {
    height: auto !important;
    background: linear-gradient(white, rgb(157, 192, 140), #51a953) !important;
  }

  #wrapper3 {
    width: 100vw;
    height: auto;
    position: relative;
    top: 0;
    flex-direction: column;
    transform: none;
    overflow-x: hidden;
  }

  .col {
    width: 100% !important;
    overflow-x: hidden;
    background: transparent;
    border-top: none;
  }

  .main-section {
    margin: 0 auto 3vh 5vw !important;
  }

  .transcript {
    top: 3vh;
  }

  .col {
    border: none !important;
    box-shadow: none !important;
  }

  #illustration img {
    width: 55%;
  }

  #protect-layer {
    width: 45% !important;
    margin-top: 2vh;
  }

  .glossary-resource p {
    font-size: 0.725rem;
  }
}
