/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
:root {
  --normal:16px;
  --main-color: #ffbb00;
}

.ytong-media {
  background-size: cover;
  height: 253px;
  background-position: center;
}

.ytong-media .overlay {
  padding: 20px 15px;
  font-size: var(--normal);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  opacity:0;
  background-color: rgba(0,0,0,0.6);
  transition: opacity 0.4s;
}

.ytong-media .overlay:hover {
  opacity: 1;
}

.ytong-media a,
.ytong-media a:active,
.ytong-media a:visited {
  font-weight: bold;
  color: var(--bg-color);
  text-decoration: none;
}

.ytong-media .title, .ytong-media .subtitle {
  color: var(--bg-color);
}

.ytong-media .subtitle::after {
  content: "\f30b";
  color: var(--main-color);
  position: absolute;
  right: 0;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.ytong-media a.more-btn,
.ytong-media a.more-btn:visited,
.ytong-media a.more-btn:active {
  text-decoration: none;
  font-weight: normal;
  color: var(--bg-color);
}

.ytong-media a.more-btn::after {
  font-weight: 900;
}

/*==========================*/
.ytong-media video {
  position: fixed;
  min-width: 70vw;
  min-height: 70vh;
  margin: auto;
  top: calc(20px + 15vh);
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background-color: black;
  z-index: 10;
}

.ytong-media.show video {
  display: block;
}

.ytong-media button {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  background: black;
  border: none;
  font-size: var(--large);
  color: red;
  line-height: 1;
  padding: 5px 10px;
}

.ytong-media.show button {
  display: inline-block;
}

/*# sourceMappingURL=style-index.css.map*/