html, body, main {
  width: 100%;
  margin: 0;
  padding: 0;
}
.kinoBlock {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  font-size: 1.5em;

  padding: 5vh 20%;
}

.kinoBlock:nth-child(even) {
  background-color: rgb(30,30,30);
  color: white;
}
.kinoTitle {
  display: flex;
  justify-content: flex-start;
  font-weight: 600;
  width: 100%;
  margin-bottom: 1vh;

}
.kinoPosit {
  display: flex;
  justify-content: flex-start;
  width: 100%;

  margin-bottom: 2vh;
}
.kinoDisc {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 2vh;
  font-size: 1rem;
  color: #888888;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kinoVid>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.frameImg {

}
.kinoVid {
  display: flex;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: black;
}

#kinoTxtBlock {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  font-size: 1.5em;

  padding: 5vh 20%;
}
.kinoSkillPnkt {
  width: 100%;
  margin: 1vh 0;
}
.kinoCont {
  margin: 2vh 0;
}
#kinoTel, #kinoMail {
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.5em;
}

#kinoTel a, #kinoMail a {
    transition: .3s;
}
#kinoTel a:hover, #kinoMail a:hover {
  font-size: 1.1em;
}

@media screen and (max-width: 900px) {
  .kinoBlock {
    padding: 5vh 10%;
  }
}
