
#section1 .container-fluid{
	padding:0px;
	margin:0px;
}

body { 
   overflow-x: hidden;
   overflow-y: hidden;
}

#section2{
 text-align:center;
 margin-top:-11.3%;
 z-index:2;
}

#section2 img {
	width:60%;
	transition:all 500ms;
}

#section2 img:hover{
	transform:scale(1.5);
	cursor:pointer;
}

#section2 .container-fluid{
	width:40%;
}

#section3{
	display:none;
}



@media(max-width:1280px){

#section2 .container-fluid{
	width:50%;
}

#section21{
 margin-top:-210px;
}
}

@media(max-width:1000px){

#section2 .container-fluid{
	width:50%;
}

#section21{
 margin-top:-150px;
}
}



@media(max-width:665px){
#section2 img {
	width:80%;
	transition:all 500ms;
}

#section2 .container-fluid{
	width:100%;
}

#section2{
 margin-top:50px;
}

}

@media(max-width:500px){

#section3{
	margin-top:10%;
	display:block;
}
}

