

@media only screen and (max-width : 1200px) {
}

@media only screen and (max-width : 768px) {
    .items {
    width:50%!important}
}

@media only screen and (max-width : 480px) {
}




@media only screen and (max-width : 320px) {
}

.rfrnslr select option {
    font-size: 13px;
    font-family: sans-serif;
    padding: 2px;
}

.DropdownText {
    font-size: 14px;
    font-family: sans-serif;
    margin-bottom: 3px;
    color: gray;
}
