.fc-two-line-ellipsis { position: relative; line-height: 1em; max-height: 2em; overflow: hidden; } .fc-two-line-ellipsis-webkit { overflow: hidden; text-overflow: ellipsis; display: -webkit-box !important; /* autoprefixer: off */ -webkit-line-clamp: 2; -webkit-box-orient: vertical; /* autoprefixer: on */ } @media screen and (min-width:1024px) and (max-width:1679px) { .fc-root { width: 250px * $fc-mdScale; height: 230px; border-radius: 5px !important; position: relative; } .fc-card-content { padding: 8px 4px 0 4px !important; } .fc-small-grid-container-spacing { margin: -2px -8px !important; } .fc-small-grid-item-spacing { padding: 0 8px !important; } .fc-media { flex: 1; border-radius: 5px 5px 0 0; height: 115px * $fc-mdScale; } .fc-logo-container { width: 100px * $fc-mdScale; height: 100px * $fc-mdScale; margin: auto; margin-top: -60px * $fc-mdScale; border-radius: 50%; border: 5px solid white; } .fc-logo { width: 100px * $fc-mdScale; height: 100px * $fc-mdScale; margin: auto; border-radius: 50%; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); } .fc-extra-info-wrapper { display: flex; align-items: center; max-width: 50%; font-size: 11px; } .fc-card-map-marker-icon { height:20px !important; width: 20px !important; } } @media screen and (min-width:1680px) { .fc-root { width: 250px; border-radius: 5px; position: relative; } .fc-card-content { padding: 8px 4px 0 4px !important; } .fc-small-grid-container-spacing { margin: -2px -8px !important; } .fc-small-grid-item-spacing { padding: 3px 8px !important; } .fc-media { flex: 1; height: 115px; } .fc-logo-container { width: 100px; height: 100px; margin: auto; margin-top: -60px; border-radius: 90px; border: 5px solid white; } .fc-logo { width: 100px; height: 100px; margin: auto; border-radius: 50%; box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); } .fc-extra-info-wrapper { display: flex; align-items: center; max-width: 50%; } }