.vstyp {
  font-size: clamp(1.5rem, 3vw, 1.8rem) !important;
  text-align: center !important;
}

/* font-size: clamp(1.25rem, 2vw, 1.25rem);*/
.flex_1,
.flex_2 {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  /* text-shadow: 1px 1px 18px; */
}

#vizual img {
  max-width: 330px;
  height: auto;
  filter: drop-shadow(8px 8px 10px black);
}

.ktm2 img {
  max-width: 330px;
  height: auto;
  filter: drop-shadow(8px 8px 10px black);
  text-align: center;
}

/* yuotube */
._wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.h_iframe {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
}

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

.ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.center {
  margin-left: auto;
  margin-right: auto;
}