@charset "UTF-8";
/* CSS Document */


.gallery{

    padding-top: 100px;
    padding-left:78px;
	margin:10px auto;
    width:100%;
    align-content: center;  
}

.gallery img{
	
    height:236px;
	padding:5px;
	transition: 1s;
    
}


.gallery img:hover{
	transform: scale(1.1);
    cursor: pointer;
    
}

#icon_prev{
    position: absolute;
    left: 1800px;
    top: 900px;
    opacity: 100%;
    height: 60px;
}

#credit{
    position: relative;
    width: 1500px;
    left: 83px;
    
    font-size: 14px;       
    text-align：center;
}


#credit_1{
    position: relative;
    left: 83px;
    
  cursor:pointer;

}


#credit_icon{
    position: relative;
    left: 83px;
    cursor:pointer;

}




/*TABLET*/

@media(max-width:768px){
    
    .gallery {
        width:95%;
    }
    
    .gallery img{
	
    height:235px;

}
    
    /*MOBILE*/

@media( max-width:600px){
    
    .gallery {
        width:95%;
    }
    
    .gallery img{
	
    height:460px;

}

