
/* Small devices (phones, less than 768px) */
@media (max-width: 768px)
{
    .row
    {
        margin-right: 0px;
        margin-left: 0px;
    }

    #propertyTemplate-Option10 div#amenitiesContainer ul li
    {
        width: 100%;
    }
}

/* Between Small devices (tablets, 768px and up) and Medium devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 992px)
{
    #propertyTemplate-Option10 div#amenitiesContainer ul li
    {
        width: 49%;
    }
}
