.map
{
    @apply relative w-full;
    
    min-height: 275px;

    @screen md
    {
        min-height: 400px;
    }

    > iframe
    {
        @apply absolute w-full h-full border-none;
    }
}