
.example {
    position:relative;
    background-color:#00000;
    width:900px;
    overflow:hidden;
    border:0px #000 solid;
    margin:20px auto -450px auto;
    padding:20px;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
     top:-450px;
}

#gallery {
    height:600px;
    position:relative;
    width:100%;
}
#gallery div,#gallery div a {
    max-height:250px;
    overflow:hidden;
    max-width:250px;
    min-width:250px;
    min-height:250px;
}
#gallery div {
    /*background-color:#fff;*/
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size: contain;
    left:250px;
    padding:0px;
    position:absolute;


    /*border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;

    -moz-box-shadow:1px 2px 2px #444;
    -webkit-box-shadow:1px 2px 2px #444;
    box-shadow:1px 2px 2px #444;*/
}
#gallery div a {
    display:block;
    text-indent:-1000px;
}
.p-abs {
	position:relative;
	width: 100%;
	top:50px;
	color: #ffffff;
}
.p-abs2 {
	position:relative;
	width: 100%;
	top:450px;
	color: #ffffff;
}

.v-space {
	flex-direction: row;
	justify-content: space-between;
}
.tick_rew {
 width: 20%;
 position: relative;
 top: 20px;
 font-size: 20px;
 text-transform: uppercase;
}
.tick_rew2 {
 width: 20%;
 position: relative;
 top: -200px;
 font-size: 20px;
 text-transform: uppercase;
}
.tick_rew img, .tick_rew2 img{
	width: auto;
	height: 200px;
}

.tick_rew img.tr1 {
	 position:relative;
     left:-50px;
     z-index:10;
     height: 100px !important;
}

.tr2 {
	 -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
     position:relative;
    z-index:10;
}

.tr3 {
	 -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:relative;
    top:-200px;
    z-index:10;
}

.tr4 {
	 -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position:relative;
    top:-220px;
    left:-50px;
    z-index:10;
}
.tick_rew_mob{
	display: none;
}

.trt2 {
 display: block;
 position: relative;
 top: -50px;
}
h2.white{
	color: #ffffff;
}

@media screen and (max-width: 1124px){

	.container{
		width:100%;
	}

	.example {
		width: 150%;
		top: 20px;
		margin: 0px;
		padding: 0px;
		left:-100px;
	}
	#gallery div,#gallery div a {
		max-height:200px;
		overflow:hidden;
		max-width:200px; 
		min-width:200px;;
		min-height:200px;
	}
	.tick_rew img, .tick_rew2 img{
		width: auto;
		height: 50px;
	}
	.tick_rew, .tick_rew2 {
	 	display: none;
	}
	.tick_rew_mob{
		display: block;
		position: absolute;
		top:50px;
		z-index:10;
		color: #ffffff;
	}
	.tick_rew_mob img{
		height: 120px;
	}
	.tick_rew_mob span{
		display: block;
		position: relative;
		top: 40px;
		left: 50px;
		font-size: 30px;
	}

}
@media screen and (max-width: 768px){
	#gallery div,#gallery div a {
		max-height:150px;
		overflow:hidden;
		max-width:150px; 
		min-width:150px;
		min-height:150px;
	}
	.tick_rew_mob{
		top: 70px;
	}

}