diff --git a/index.html b/index.html index 102b0dc..8c38354 100644 --- a/index.html +++ b/index.html @@ -216,11 +216,14 @@ h2[data-spy='true'] .shot3d img { - position:relative; - width:100%; - height:auto; + position:absolute; + bottom:0; + left: 0; + right: 0; + margin:0 auto; + max-width:100%; + max-height:100%; transform-style: preserve-3d; - transform: rotateX(-15deg); } .shot3d::before @@ -241,7 +244,11 @@ h2[data-spy='true']
- + + + + +