﻿@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .modal-before-addItem {
        width: 80% !important;
    }
    .card{
        height: 530px !important;
    }
}
