|
|
@@ -18,6 +18,7 @@ |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
flex-shrink: 1; |
|
|
flex-shrink: 1; |
|
|
max-height: 90vh; |
|
|
max-height: 90vh; |
|
|
|
|
|
margin: 0 10px; |
|
|
|
|
|
|
|
|
.photo { |
|
|
.photo { |
|
|
position: relative; |
|
|
position: relative; |
|
|
@@ -29,6 +30,9 @@ |
|
|
@media (max-width: 768px) { |
|
|
@media (max-width: 768px) { |
|
|
max-width: calc(100vw - 150px); |
|
|
max-width: calc(100vw - 150px); |
|
|
} |
|
|
} |
|
|
|
|
|
@media (max-width: 520px) { |
|
|
|
|
|
max-width: calc(100vw - 20px); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
&.photo--placeholder { |
|
|
&.photo--placeholder { |
|
|
@@ -49,22 +53,19 @@ |
|
|
|
|
|
|
|
|
svg { |
|
|
svg { |
|
|
color: white; |
|
|
color: white; |
|
|
opacity: 0.15; |
|
|
|
|
|
width: 75px; |
|
|
|
|
|
height: 75px; |
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) { |
|
|
|
|
|
width: 75px; |
|
|
|
|
|
height: 75px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
opacity: 0.5; |
|
|
|
|
|
font-size: 48px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.goto-btn { |
|
|
.goto-btn { |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
flex: 1; |
|
|
flex: 1; |
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 520px) { |
|
|
|
|
|
display: none; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
&:hover { |
|
|
&:hover { |
|
|
svg { |
|
|
svg { |
|
|
transform: scale(1.2); |
|
|
transform: scale(1.2); |
|
|
|