.swiper-container {
    width: 100%;
    height: 100%;
    /*
    height: 400px;*/
}

.swiper-container .swiper-wrapper{
    width: 100%;
    max-width: 800px;
}

.swiper-slide {
/*
    background: #fff;
    border-radius: 15px;*/
    box-shadow: 0 15px 50px rgba(0,0,0,0.2);
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    /*
    font-size: 24px;
    font-weight: bold;
    color: #333;*/
    transform-style: preserve-3d;
    transition: transform 0.5s;
}

.swiper-slide img{
    width:100%;
    fit-object: cover;
    margin: 0 auto !important;
    display:block !important;
    position: relative !important;
}

.swiper-button-next,.swiper-button-prev{
    color: #00A032;
}

.swiper-button-next:hover,.swiper-button-prev:hover{
    color: #63BC8E;
}

.about-content .about-right-content img{
    width: 30% !important;
    max-width: 300px;
}

@media screen and (min-width: 1000px) {
    .about-content .about-right-content img{
        width: 30% !important;
        max-width: 300px;
    }
}

@media screen and (min-width: 780px) and (max-width: 999px) {
    .about-content .about-right-content img{
        width: 40% !important;
        max-width: 400px;
    }
}

@media screen and (max-width: 779px) {
    .about-content .about-right-content img{
        width: 50% !important;
        max-width: 300px;
    }
}

.about-left-image .about-player{
    width: 100%;
    height: 100%;
    /*padding: 0px 50px;*/
}