.project-icon-container{
    margin: auto;
    width: 30%;
}
.project-date{
    font-weight: 600;
    font-size: large;
    margin: 4px;
}
.text-media{
    font-size: large;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: justify;
}
.text-media.a{
    font-size: medium;
    margin-bottom: 3rem;
    text-align: justify;
}
.project-media-container{
    margin-top: 4px;
    padding-bottom: 32px;
}
.media-video{
}
.media-img{

}
.media-block{
    margin: auto;
    width: 95%;
}
.media-block.w60{
    width: 60%;
}
.media-block.w70{
    width: 70%;
}
.media-block.w80{
    width: 80%;
}
.media-block.w90{
    width: 90%;
}
.media-sound{
    width: 100%
}
.media-title{
    font-size: xx-large;
    margin-top: 4px;
    margin-bottom: 16px;
}
.media-pdf{
    min-height: 500px
}
.media-file-text{
    color: black;
    text-decoration: black underline;
}
.slider .indicators .indicator-item.active{
    background-color: #606060;
}
@media only screen and (max-width : 750px) {
    .container {
        width: 95%;
    }
    .news-slider-ul{
        max-height: inherit;
    }
    .news-slider-img{
        max-height: calc(80%);
    }
    .slider .slides{
        background-color: white;
    }
    .slider-project{
        max-height: 450px;
    }
    .media-block{
        width: 95% !important;
    }
}
@media only screen and (max-width : 995px) {
    .media-pdf{
        min-height: 0;
    }
}
@media only screen and (max-width : 600px) {
    .slider-project{
        max-height: 425px;
    }
    .media-title{
        font-size: x-large;
    }
    .project-date{
        font-size: medium;
    }
    .project-media-container{
        padding-bottom: 32px;
    }
    .text-media.a{
        margin-bottom: 4rem;
    }
}
@media only screen and (max-width : 450px) {
    .slider-project{
        max-height: 325px;
    }
}
@media only screen and (max-width : 350px) {
    .slider-project{
        max-height: 250px;
    }
}