diff --git a/webapp/components/TeaserImage/TeaserImage.vue b/webapp/components/TeaserImage/TeaserImage.vue index 5b46de5e4..5a8d6cff6 100644 --- a/webapp/components/TeaserImage/TeaserImage.vue +++ b/webapp/components/TeaserImage/TeaserImage.vue @@ -201,15 +201,9 @@ export default { border-top: $border-size-base solid $border-color-softest; } -.contribution-image { - max-height: 710px; -} - .crop-overlay { - max-height: 710px; position: relative; width: 100%; - // height: 100%; z-index: 9999; background-color: #000; } @@ -220,7 +214,4 @@ export default { top: 10px; z-index: 9999; } -.thumbnail-preview { - max-height: 710px; -}