#video_show {
    /*border: 1px solid red;*/
}
#video_show_container {
    margin: 50px 0;
}
#video_show_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*border: 1px solid blue;*/
}
#video_show_back_to_list {
    padding: 8px 40px;
    background-color: var(--our-green-color);
    border-radius: 5px;
    margin-top: 20px;
    /*border: 1px solid blue;*/
}
#video_show_back_to_list a {
    font-size: 1.125em;
    color: var(--our-white-color);
    text-decoration: underline;
}
#video_show_video {
    /*margin: 20px 0 20px 10px;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*border: solid 1px green;*/
}
#video_show_video video {
    width: 80%;
    border: solid 2px darkgrey;
}
#video_show_container_text {
    width: 100%;
}
#video_show_tittle {
    margin-bottom: 20px;
    color: black;
    font-size: 1.5em;
}
#video_show_text {
    font-size: 1.125em;
}
@media all and (min-width: 650px) {
}
@media all and (min-width: 900px) {
}
@media all and (min-width: 1200px) {
    #video_show_video video {
        width: 90%;
    }
    #video_show_container_text {
        width: 80%;
    }
}
@media all and (min-width: 1355px) {
}