.other_202_img{
    position: relative;
}
.other_202_img .other_202_title{
    position: absolute;
    display: block;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    padding: 15px;
    color: #fff;
    font-size: 32px;
}
.other_202_bottom{
    width: 50%;
    display: inline-block;
    margin-top: -30px;
    position: relative;
    color: #fff;
    padding: 2vw 3vw;
    font-size: 18px;
}
.other_202_bottom span{
    opacity: 0.6;
    margin-right: 5px;
}


@media screen and (min-width: 1200px) {
    .other_202_btn{
        position: absolute;
        right: 53%;
        bottom: 10px;
        display: flex;
        flex-direction: column;
        height:140px;
        z-index: 9;
        justify-content: space-between;
    }
    .other_202_btn > div{
        position: relative;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        cursor: pointer;
        margin:0;
        box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .other_202_btn img{
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all .5s;
    }
    .other_202_btn img.hov{
        opacity: 0;
        z-index: 9;
    }
    .other_202_btn > div:hover img.hov{
        opacity: 1;
    }
    .other_202_btn > div:hover img.nom{
        opacity: 0;
    }
    .other_202_btn .other_202_next{
        transform: rotate(180deg);
    }
    .other_202_pagination{
        width: 45px;
        text-align: center;
        position: absolute;
        left: auto;
        right: 53%;
        bottom: 70px;
    }
}

@media screen and (max-width: 1200px){
    .other_202_img .other_202_title{
        font-size: 18px;
    }
    .other_202_bottom{
        font-size: 14px;
        margin-top: 0;
        width: 100%;
    }
    .other_202_btn{
        display: none;
    }
    .other_202_pagination{
        text-align: center;
        margin-top: 10px;
    }
}