img{
    height: auto;
}

.disabled-el {
    pointer-events: none !important; 
    /* opacity: 50% !important; */
    background-color: #f4f4f4;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

iframe {
    width: 100%;
}