.atm-image
{
    @apply block;
    
    img
    {
        @apply block w-auto max-w-full;
    }
}

.rte-image-width-25 {
    @apply md:w-1/4;
}

.rte-image-width-50 {
    @apply md:w-1/2;
}

.rte-image-width-75 {
    @apply md:w-3/4;
}

.rte-image-width-100 {
    @apply w-full;
}

.rte-image-alignment-center {
    @apply mx-auto;
}

.rte-image-alignment-right {
    @apply ml-auto;
}