@charset "utf-8";
.container2{
	width: 100%;
	/* [disabled]height: 390px; */
	overflow: hidden;
	/* [disabled]border: 10px solid; */
	/* [disabled]border-top-color: #856036; */
	/* [disabled]border-left-color: #5d4426; */
	/* [disabled]border-bottom-color: #856036; */
	/* [disabled]border-right-color: #5d4426; */
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.photo{
  position:absolute;
  animation:round 16s infinite;
  opacity:0;
  
}
@keyframes round{   
  25%{opacity:1;}
  40%{opacity:0;}
} 

img:nth-child(4){animation-delay:0s;}
img:nth-child(3){animation-delay:4s;}
img:nth-child(2){animation-delay:8s;}
img:nth-child(1){animation-delay:12s;}


/* responsive video css start here */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
