﻿@media(min-width: 0px) and (max-width: 640px) {
    #maxTempImgsArea > .col {
        min-width: 100% !important;
    }

    #minTempImgsArea > .col {
        min-width: 100% !important;
    }
}