@media only screen and (min-width:969px) and (max-width:1024px) {
    .images-card {
        width: 104%;
        height: 180px;
        line-height: 120px;
        text-align: center;
        border: 3px dashed #2626ad;
        background: transparent;
        margin-left: -20px;
        margin-top: -100px;
    }
}

@media screen and (max-width:1023px) {
    .images-card {
        width: 104%;
        height: 180px;
        line-height: 120px;
        text-align: center;
        border: 3px dashed #2626ad;
        background: transparent;
        margin-left: -16px;
        margin-top: -100px;
    }
}

@media screen and (max-width:767px) {
    .images-card {
        width: 100%;
        height: 100%;
        line-height: 120px;
        text-align: center;
        border: 3px dashed #2626ad;
        background: transparent;
        margin-top: -100px;
        margin-left: 0px;
    }
}