.me{
    position: relative;
    /*background: orange;*/
    width: 100%;
    height: 150px;
}

.experiment2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    /*background: yellowgreen;*/
}

.white1 {
    /*background: wheat;*/
    text-align: left;
    width: 100%;
    height: 200px;
    border-radius: 4px;
    padding: 15px;
    background-image: url("../../../media/news_img/2020-10-20_223309.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: white;
    background-position-x: center;
}

.white2 {
    /*background: wheat;*/
    text-align: left;
    width: 100%;
    height: 200px;
    border-radius: 4px;
    padding: 15px;
    background-image: url("../../../media/news_img/IMG_0055.JPG");
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: white;
    background-position-x: center;
}

.white3 {
    /*background: wheat;*/
    text-align: left;
    width: 100%;
    height: 200px;
    border-radius: 4px;
    padding: 15px;
    background-image: url("../../../media/news_img/IMG_0073.JPG");
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: white;
    background-position-x: center;
}

.white4 {
    /*background: wheat;*/
    text-align: left;
    width: 100%;
    height: 200px;
    border-radius: 4px;
    padding: 15px;
    background-image: url("../../../media/news_img/2020-10-01_232123.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: white;
    background-position-x: center;
}

@media screen and (max-width: 1200px){
    .white1 {
        background: wheat;
        width: 100%;
        height: 150px;
        border-radius: 4px;
    }
}

.news-card{
    position: relative;
    border: none;
    border-radius: 4px;
    width: 100%;
    max-height: 300px;
    overflow:hidden

}

.btn1ss{
    position: relative;
    /*top: 50%;
    right: 100px;
    transform: translate(0%,-50%);*/
    display: block;
    border-radius: 1px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-align: center;
    border: 2px solid #fe4049;
    text-transform: uppercase;
    overflow: hidden;
    transition: 1s all ease;
    padding: 10px 20px;
    color: #fe4049;
}

a.btn1ss:hover{
    color: white;
    text-decoration: none;
}

.btn1ss::before{
    background: #fe4049;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    transition: all 0.6s ease;
}

.btn2ss::before {
    width: 100%;
    height: 0;
}

.btn2ss:hover::before{
    height: 100%;
}

.btn3ss::before {
    width: 100%;
    height: 0;
}

.btn3ss:hover::before{
    height: 100%;
}