﻿
.fullPageFilterSection{

}

.resizedPageFilterSection{
    display:none;
}

@media (max-width: 768px) {
    .fullPageFilterSection {
        display: none;
    }


    .resizedPageFilterSection {
        display: block;
    }
}