* {
  box-sizing: border-box;
}
body{
    font-family: 'Times New Roman', sans-serif;
}
.content{
    width: 800px;
    text-align: left;
}
.header {
  padding: 10px;
  text-align: center;
  font-size: 35px;
}
.column {
  float: left;
  width: 25%;
  padding: 10px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.video_iframe{
    width: 800px;
    height: 450px;
}
hr{
    width: 800px;
}
.subtitlu_autumn_2024{
    width: 800px;
    background-color: pink;
    font-size: 25px;
}
.subtitlu_2_autumn_2024{
    width: 800px;
    background-color: #CEE8F7;
    font-size: 25px;
}
.invitati_speciali{
    width: 35%;
    font-size: 12px;
}
.invitati_spring_2025{
    width:800px;
}
.column_poster_spring_2025{
    width:75%;
}
@media (max-width: 768px) {
    .video_iframe{
        width: 100%;
        height: 220px;
    }
    hr{
        width: 100%;
    }
    .subtitlu_autumn_2024{
        width: 100%;
    }
    .subtitlu_2_autumn_2024{
        width: 100%;
    }
    .invitati_speciali{
        width: 70%;
    }
    .column {
      width: 100%;
    }
    .content{
        width: 90%;
    }
    .invitati_spring_2025{
        width:100%;
    }
    .column_poster_spring_2025{
        width:100%;
    }
}
@media (min-width: 768px) {
    .column_invitati_autumn_2024{
        width:20%;
    }
    .column_pentru_poster_autumn_2024{
        width:30%;
    }
    .column_poster_autumn_2024{
        height: 60%;
        margin-right: 15%;
    }
}


