@charset "UTF-8";
/* CSS Document */

body {
    background: #000;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.closesc {
  height: 720px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  align-content: center;
  background-image: url("scn.jpg");
  background-position: top center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
}

.ttl {
	color: #fff;
	font-size: 50px;
}

.container {
    width: 90%;
    max-width: 1280px;
    margin: 20px auto;
}

.header-text {
    width: 90%;
    margin: 20px auto;
    color: #555;
    text-align: center;
    font-size: 20px;
    letter-spacing: 5px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.title-post {
    color: #f4f4f4;
    font-size: 24px;
    margin-bottom: 10px;
}

.meta-info {
    color: #999;
    font-size: 15px;
    margin-bottom: 40px;
}

.description {
    color: #ccc;
    font-size: 18px;
    line-height: 1.6;
}

/* Настройки для смартфонов (экраны до 600px) */
@media (max-width: 600px) {
	
	.meta-info {font-size: 12px;}
	.title-post {font-size: 16.5px;font-weight: 600;}
    .header-text {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .description {
        font-size: 14px;
    }
}