	.div-pub{
		display:flex; 
		display:-webkit-flex;
	}
	#ancPC{
		display:flex;
		display:-webkit-flex;
		width:98%;
		margin:0px 1% 20px 1%;
		height:203px;
		max-height:203px;
		overflow-x:scroll;
		overflow-y:hidden;
		border-left:1px solid lightgrey;
		border-right:1px solid lightgrey;
		border-radius:5px;
	}
	#ancPC img{
		min-width:272px; 
		height:203px;
		max-height:203px;
		margin:0px auto;
		display:inline;
		outline-style:none;
		background-image:url('../pbcd/svcs/bkg-pub.jpg');
		background-repeat:no-repeat;
		background-size:100% 100%;
	}
	.avcPC{
		display:none;
	}
	@media(max-width:767px){
		#ancPC{
			width:98%;
			margin:0px 1% 5px 1%;
			height:220px;
			min-height:220px;
		}
		#ancPC img{
			min-height:220px;
		}
	}
	@media(min-width:540px){
		.avcPC{
			display:inline-block;
			font-size:50px;
			cursor:pointer;
			user-select: none;
			margin:65px 0px;
			overflow:hidden;
		}
	}
	#ancPC::-webkit-scrollbar{
	  display: none;
	}
	#ancPC::-webkit-scrollbar{
	  -ms-overflow-style: none;
	  scrollbar-width: none;
	}
	@media(max-width:579px){
		#ancPC{
			height:auto;
			max-height:none;
		}
		#ancPC img{
			width:90vw;
			height:auto;
			max-height:none;
		}
	}