/* CSS Document */


.conteBox {
width: 100%;
margin: 0 auto;
text-align: center;
}

img{
    max-width: 100%;
    height: auto;
}
#pvInsta ul{
    display: flex;
    flex-wrap: wrap;
justify-content: space-between;
    margin: 0;
    padding: 0;
		list-style: none;
}
#pvInsta ul li{
		display: inline-block;
		vertical-align:middle;
	width: 31%;
	height: 29.2vw;
	margin: 5px 0;
	overflow: hidden;
position: relative;  
}

#pvInsta ul li img{
    position: absolute;
    top: 0;
    left: 0; 
	overflow: hidden;  
  object-fit: cover;
  width: 100%;
  height: 100%;   
}  

#pvInsta ul li img[src="undefined"]{
  display: none;
}

@media screen and (min-width: 768px), print {
#pvInsta ul li{
	margin: 10px 0;
}	
}


/*@media screen and (max-width:640px){

#pvInsta ul li{
	width: 24%;
}	
	
#pvInsta ul li:nth-child(9),
#pvInsta ul li:nth-child(10){
	display: none;
	}

	
}*/