/*
Theme Name: Newspaper Child
Theme URI: https://tagdiv.com
Template: Newspaper
Author: tagDiv
Author URI: https://themeforest.net/user/tagDiv/portfolio
Description: Premium WordPress template, clean and easy to use.
Tags: black,white,one-column,two-columns,fixed-layout
Version: 12.6.9.1750461333
Updated: 2025-06-21 02:15:33

*/

/* Десктоп (по умолчанию) */
h { 
    margin-top: 80px;
    margin-bottom: 20px;
}

/* Планшеты (максимум до 1024px) */
@media screen and (max-width: 1024px) {
  h { 
    margin-top: 60px;
    margin-bottom: 20px;
  }
}

/* Мобильные (максимум до 768px) */
@media screen and (max-width: 768px) {
  h { 
    margin-top: 40px;
    margin-bottom: 16px;
  }
}

/* Маленькие смартфоны (максимум до 480px) */
@media screen and (max-width: 480px) {
  h { 
    margin-top: 30px;
    margin-bottom: 12px;
  }
}
.video-click-1 {
  position: relative;
  width: 100%;
  max-width: 900px; /* Укажи нужную максимальную ширину для десктопа */
  margin: 0 auto;   /* Центрирует блок по горизонтали */
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.video-click {
  position: relative;
  width: 100%;
  max-width: 900px; /* Укажи нужную максимальную ширину для десктопа */
  margin: 0 auto;   /* Центрирует блок по горизонтали */
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* заполняет блок без искажений */
  object-position: center;
  display: block;
}

.video-link {
  position: absolute;
  inset: 0;
  z-index: 10;
}