.marque-bod{
    background-image: url('../assets/41.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-m{
    position: relative;
    margin-top: 40px;
    width: 100%;
    height: 570px;
    overflow: hidden;
    margin-left: 250px;
}
.item-m{
    position: absolute;
    width: 250px;
    height: 600px;
    text-align: justify;
    border-radius: 10px;
    padding: 10px;
    transition:  0.5s;
    left: calc(50% - 50px);
    top: -100;
}
.text-item{
   text-align: center;
   color: #fff;
   font-size:large;
   background-color: #3a040483;
   border-radius: 5px;
   margin-left: 100px;
   width: 200px;
   position: absolute;
   top: 100px;
   left: -140px;

}

.text-item ul li{
    list-style-type: none;
}
.item-img-m{
    width: 550px;
    height: 560px;
}
#next{
    position: absolute;
    right: 41.7%;
    top: 64%;
}
#prev{
    position: absolute;
    left: 55%;
    top: 53%;
}
#prev, #next{
    color: #E92124;
    background-color: #fff;
    width: 50px;
    border-radius: 200px;
    border: none;
    font-size: xxx-large;
    font-family: monospace;
    font-weight: bold;
    opacity: 1;
    transition: opacity 0.5s;
}
#prev:hover,
#next:hover{
    color: #fff;
    background-color: #E92124;
}
@media (max-device-width: 480px)
{
    .marque-bod{
        overflow: auto;
        background-image: url('../assets/41.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 50vh;
        height: 94vh;
        margin: 0;
        padding: 0;
    }
    .slider-m{
        margin-top: 52vh;
        margin-left: -180px;
        width: 110%;
        height: 900px;
        overflow: hidden;
    }
    .item-img-m{
        width: 1000px;
        height: 890px;
    }

    #next{
        position: absolute;
        right: 50%;
        top: 90%;
    }
    #prev{
        position: absolute;
        left: 20%;
        top: 90%;
    }

    #prev, #next{
        color: #E92124;
        background-color: #fff;
        width: 100px;
        height: 90px;
        border-radius: 200px;
        border: none;
        font-size: xxx-large;
        font-family: monospace;
        font-weight: bold;
        opacity: 1;
        transition: opacity 0.5s;
    }


    .text-item{
        text-align: center;
        color: #fff;
        font-size:xx-large;
        background-color: #3a040483;
        border-radius: 5px;
        margin-left: 100px;
        width: 300px;
        position: absolute;
        top: 100px;
        left: -140px;

     }

    .sect-coca{
        position: absolute;
        left: 200px;
        top: 300px;
        padding-left: -50px;
        background-color: #3a040483;
        width: 750px;
        height: 550px;
        border-radius: 10px;
        font-size: x-large;
    }

    .log-text-coca{
        width: 560px;
        padding-top: 50px;
        margin-left:  15%;
    }
}
