@charset "utf-8";
@import url("travel.css");
.imageTitle {
	opacity:0;
	bottom:-30px;
	transition:all 0.4s;
}
.image:hover .imageTitle,
.image:active .imageTitle {
	opacity:1;
	bottom:0;
}
.articleImg {
	margin:1em 0 0.3em 0;
}
.pageHeader {
    max-width:100%;
	height:2em;
    font-weight:bold;
    padding:3px;
    box-sizing:border-box;
}
.pager {
	display:none;	
}
@media all and (min-width:769px) and (max-width:1024px) {
}

@media all and (min-width:568px) and (max-width:768px) {
	.imageTitle {
		bottom:-25px;
	}
}

@media all and (max-width:567px) {
	.imageTitle {
		bottom:-20px;
	}
}