﻿    html,    body {        position: relative;        height: 100%;    }    body {        background: #000;        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;        font-size: 14px;        color: #000;        margin: 0;        padding: 0;    }    .container {        max-width: 1200px;         margin: 0 auto;    }    .swiper-slide {        background-size: cover;        background-position: center;    }	.swiper-slide img{		width:100%;	}    .gallery-top-box {        width: 100%;        margin: 0 auto;    }    .gallery-thumbs-box {        width: 100%;        margin: 0 auto;    }    .swiper-container {        width: 100%;        margin-left: auto;        margin-right: auto;    }    .gallery-thumbs {        box-sizing: border-box;        padding: 10px 0;    }    .gallery-thumbs .swiper-slide {        height: 100%;        opacity: 0.4;    }    .gallery-thumbs .swiper-slide-active {        opacity: 1;    }    .gallery-thumbs .swiper-wrapper {        transform: none !important;    }@media (max-width : 1200px) {		.container{		width:80%;	}	.gallery-thumbs-box{		display:none;	}}	