header {
	width: 10vw;
  height:10vh;
	transition: 250ms height;
	cursor: pointer;

	background-size: cover;
	background-position: center;
 }

 body {
  background-image: url(https://media.giphy.com/media/iF3M9gPPCdulq/giphy.gif);
  background-color: #cccccc;
  color: antiquewhite;
  text-align: center;
    font-family: Arial, Helvetica, sans-serif;
  }
 }
 p{
  font-size:20px;
  font-family: Arial, Helvetica, sans-serif;
  color: antiquewhite;

}
    #elen {text-align: center}

    #elen{
        position:relative;
        height:281px;
        width:450px;
        margin:0 auto;
      }
      
      #elen img {
        position:absolute;
        left:0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
      }
      
      #elen img.top:hover {
        opacity:0;
      }

    #elen img{width: 112vh}
    
#Shots p{
        font-size: 30px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0cm;
        border:0cm;
        
        
    }

#Trailer{text-align: center}