body {
    background-image: linear-gradient(to bottom, #ecedee 0%, #000 100%);
    min-height: 100vh;
    font: normal 14px sans-serif;
    padding: 10px 0;
}

.container.gallery-container {
    background-color: #000;
	background: url("../img/header_bg.png"), center;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}
.container_inter{
    background-color: #000;
	max-width: 700px;
	}

.gallery-container h1 {
    text-align: center;
    margin-top: 10px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
	font-size: 28px;
	color: antiquewhite;
}
h2 {
    text-align: center;
    margin-top: 5px;
    font-family: 'Droid Sans', sans-serif;
	font-size: 21px;
	color: antiquewhite;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 880px;
    margin: 12px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
	border: solid rgba(255,170,62,1.00);
}

.baguetteBox-button {
    background-color: transparent !important;
}
.link{
		color:#FFFFFF;
		font-size: 14px;
		text-align: center;
	}
.section_launch {
	border: solid rgba(255,170,62,1.00);
	background: rgba(255,255,255,0.2);
	padding: 15px;
}
.section_cooming {
	border: solid rgba(255,170,62,0.2);
	padding: 15px;
	opacity: 0.2;
}
.section_releace {
	border: solid rgba(255,255,255,1.00);
	padding: 15px;
}

@media(max-width: 990px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
	.tz-gallery {
    padding: 40px;
}
	.tz-gallery .lightbox img {
	margin-left: 25%;
    width: 50%;
	margin-top: 50px;
    margin-bottom: 2px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
}