.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 500px;
    height: 350px;
    border:1px solid transparent;
    border-radius: 15px;
    overflow: hidden;
    filter: drop-shadow(1px 5px 10px black);
}
.swiper-slide img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.swiper-slide .news_title_field{

    width: 100%;
    height: 25%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.9);
    text-align: center;
    color: white;
    padding-top: 10px;
    left:0;
}
.swiper-button-next, .swiper-button-prev{
    color: white !important;
}
.swiper-pagination-bullet{
    background: rgb(70,0,5);
}

@media screen and (max-width: 770px){
    .swiper-button-next, .swiper-button-prev{
        color: white;
        background-color: rgba(0,0,0,1);
    }
    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 310px;
        height: 450px;
        border-radius: 5px;
    }
}
