.carruseln {
    position: relative;
    width: 550px;
    height: 750px;
    max-width: auto;
    margin: auto;
    overflow: hidden;
    border: 5px solid #003263;
    border-radius: 1cap;
}
.carruseln-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.item {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.item h2 {
    margin-top: 0;
}
.controlsn {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.controln {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}
@media (max-width: 768px)
{
    .carruseln {
        position: relative;
        width: auto;
        height: 750px;
        max-width: auto;
        margin: auto;
        overflow: hidden;
        border: 5px solid #003263;
        border-radius: 1cap;
    }
iframe{
width: auto;
height: 750px;

}




}