﻿#print_icon {
    width: 100%;
    text-align: right;
}

.news_youtube {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.news_youtube iframe {
    position: absolute;
    top: 40px;
    left: 12%;
    width: 76%;
    height: 76%;
}

.video_panel {
    text-align: center;
    padding: 30px;
}

video {
    max-width: 500px;
}

.Content {
    font-size: larger;
    padding: 0 10px;
    border-radius: 10px;
    margin-top: 20px;
}

.news_title {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    color: #51afb3;
    border-bottom: 3px solid #518d9b;
    padding-bottom: 4px;
}

.img_item {
    text-align: center;
    margin: 10px;
}

.img_item img {
    max-width: 500px;
}


.img_cover {
    width: fit-content;
    margin: auto;
}

.img_title {
    max-width: 500px;
    background: #e3e3e3;
    margin: auto;
    font-size: 16px;
    padding: 4px 0;
    color: #5f5f5f;
}

@media only screen and (max-width: 650px) {

    .img_item img {
        max-width: 90%;
    }
    .img_title {
        max-width: 90%;
    }
}