﻿.crop {
    width: auto !important;
    height: auto !important;
    overflow: auto !important;
}

@media not (max-width: 767px) {
    .crop {
        text-align: center !important;
    }

    .crop img {
        height: 20em !important;
    }
}

@media (max-width: 767px) {
    .crop {
        width: auto !important;
        height: auto !important;
        overflow: auto !important;
    }
    img {
        width: 100%;
    }
}
