/*----------------------------------------GENERAL*/
/*-----------------------------------------LOADER*/
/*-----------------------------------------HEADER*/
/*-----------------------------------------SCROLL*/
/*----------------------------------------SECTION*/
#title{margin-bottom:20px;text-align:center;font-size:52px;font-weight:bold;}
#description{width:calc(100% - 40px);max-width:500px;margin:auto;margin-bottom:20px;line-height:28px;font-size:18px;text-align:center;}
#details{width:calc(100% - 40px);max-width:500px;margin:auto;margin-bottom:var(--gallery-mb);font-weight:bold;text-align:center;}
#details>div{color:#777;line-height:28px;font-size:14px;}
#imagesWrapper{margin-bottom:80px;}
#imagesWrapper>img,#imagesWrapper>video{width:100%;margin-bottom:var(--gallery-mb);display:block;}
/*-----------------------------------------FOOTER*/
/*-------------------------------------RESPONSIVE*/
@media screen and (max-width:500px){
    #title{font-size:30px;}
    #description{font-size:16px;}
    #details>div{font-size:14px;}
}
