@charset "utf-8"; /* CSS Document */ .photo { position: absolute; margin-top: 10px; width: 100%; border: none; height: 480px; background: no-repeat center center; opacity: 1; -webkit-transition: opacity 1s linear; -moz-transition: opacity 1s linear; -ms-transition: opacity 1s linear; -o-transition: opacity 1s linear; transition: opacity 1s linear; }