.radio-absolute-btn{
    position: absolute;
    z-index: 999;
    height: 40%;
    width: 8%;
    top: 30%;
    left: 0;
    display: flex;
    align-items: center;
}

.radio-absolute-btn a {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    height: 100%;
}


.radio-absolute-btn img{
    width: 100%;
    margin: auto;
}

.carousel-control-prev{
    display: none !important;
}

@media(max-width: 725px){
    .radio-absolute-btn{
        height: 70%;
        width: 12%;
        top: 15%;
    }
}