
div {
font-family: sans-serif;
}
.description2 {
    font-size: .9em;
    display: table-row;
    vertical-align: middle;
    overflow: hidden;
    color: #ccc;
}
body {
    background-color: #111;
}
.gallery{
    padding-top: 110px;
    padding-left: 12%;
    padding-right: 12%;
}
@media screen and (max-width: 1280px){
    .gallery{
        padding-top: 72px;
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media screen and (max-width: 820px){
    .gallery{
        padding-top: 72px;
        padding-left: 0%;
        padding-right: 0%;
    }
}

.label-sep {
    background-image: linear-gradient(0.25turn, #286383, #2A2627,#2A2627,#2A2627, #B13938);
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    font-size: 3em;
    font-weight: 400;
    color: #f0984d;
    height: 110px;
    padding-top: none;
    text-shadow: rgb(34, 34, 34) 1px 1px 2px;
    text-align: center;
}
.feature{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4000;
}
.return {
    position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0, -50%);
}
.album-text {
	
	font-weight: 900;
	font-size: 3em;
	white-space: nowrap;
	text-overflow: clip;
	text-align: center;
}
.button {
    color: #eee;
    font-weight: 400;
    font-size: .4em;
    background-color: #222a;
    background-image: linear-gradient(0.25turn,#222A,#2224);
    outline-color: rgba(0, 0, 0, 0);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
        border-radius: 0.35em;
    padding: 0.8em 1.8em 0.8em 1.6em;
    cursor: pointer;
    	-moz-transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
    text-decoration: none;
}
.button:hover {
    background-color: #5550;
}
.nGY2GThumbnailCustomLayer{
    background-image: linear-gradient(0turn, #000e,#0008 15%,#0000 35%, #0000);
}

.cuat{
    font-size: .5em;
    color: #ddd;
}
a {
    color: #dddd;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-decoration: none;
    text-shadow: none;
}