/* Add your CSS styles here */
.yama {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: aliceblue;
    background-color: #161616;
}
div.scroll-container {
    background-color: #161616;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
    height: 50%;
    width: 90%;
    margin: 0 auto;
    display: inline-flex;
    }

div.scroll-container img {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;

    width: auto;
    max-height: 100%;
    height: 575px;
    border-radius: 20px;
}
@media only screen and (max-width: 756px) {
    div.scroll-container img {
        height: 245px; /* Set a fixed height for smaller screens */
        border-radius: 3%;
    }
}
@media only screen and (max-width: 360px) {
    div.scroll-container img {
        height: 225px; /* Set a fixed height for smaller screens */
        border-radius: 3%;
    }
}
/* #yama-scroll h3, #yamannounce h1{
    margin: 10px;
} */
.yama-text{
    color: white;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    white-space: pre-wrap; /* Allow text to wrap */
}

.yama h1,
.yama h3 {
    text-align: left;
    padding-top: 2vw;
    padding-left: 2vw;
    padding-bottom: 1vw;
}
.stories h1, .stories h3{
    text-align: left;
    padding-top: 2vw;
    padding-left: 2vw;
    /*padding-bottom: 1vw;*/
}
.niko-container{
    text-align: left;
    padding-top: 2vw;
    padding-bottom: 1vw;
}

.niko-container .column .overlay{
    text-align: center;
}

div.scroll-container {
    background-color: #161616;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
    height: 50%;
    width: 90%;
    margin: 0 auto;
    display: inline-flex;
    }

div.scroll-container video {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;

    width: auto;
    max-height: 100%;
    height: 575px;
    border-radius: 20px;
}
@media only screen and (max-width: 756px) {
    div.scroll-container video {
        height: 245px; /* Set a fixed height for smaller screens */
        border-radius: 3%;
    }
}
@media only screen and (max-width: 360px) {
    div.scroll-container video {
        height: 225px; /* Set a fixed height for smaller screens */
        border-radius: 3%;
    }
}

#yama-scroll .sec_title{
    text-align: right;
    font-size: 20px;
    font-family: 'german', fallback, 'japanese';
    margin-bottom: 10pt;
    margin-right: 30px;
    padding-top: 7px;
  }
#yama-scroll .separator{
    width: 100%;
    height: 1px;
    background-color: white;
}

#story-scroll .sec_title{
    text-align: right;
    font-size: 20px;
    font-family: 'german', fallback, 'japanese';
    margin-bottom: 10pt;
    margin-right: 30px;
    padding-top: 7px;
}

#story-scroll .separator{
    width: 100%;
    height: 1px;
    background-color: white;
}

#alltag .separator{
    width: 100%;
    height: 1px;
    background-color: white;
}
/* .video-container-yama {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: center;
    flex-direction: row;
    max-width: 100%;
    height: 50%;
    padding-left: 10px;
    padding-right: 10px;
    width: 90%;
    margin: 0 auto;
}

.video-yama {
    flex: 1;
    height: auto;
    margin-bottom: 20px;
    

}

.video-yama video{
    max-width: 100%;
    height: 575px;
    border-radius: 20px;
    width: auto;
}

@media (max-width: 768px) {
    .video-container-yama {
        flex-direction: column;
    }
    .video-yama{
        width: 100%;
        height: auto;
    }
} */
