.wrapt{
	padding-bottom:9px;
	background:lightblue;
	position:relative;	
}

.bannt{
	display:block;
	width:100%;
	margin:0 auto;
	margin-top:14px;
}

.avat{
	position:absolute;
	right:25px; bottom:-25px;
	border:2px ridge gold;
	border-radius:50%;
	background:white;
	border-radius:50%;
	width:99px;
	cursor:pointer;
	filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.avat:active{
	bottom:-23px;
}

@media only screen and (max-width: 1250px){
	.avat{width:90px;}
}

@media only screen and (max-width: 999px){
	.wrapt{padding-bottom:7px;}
	.avat{width:79px;}
}

@media only screen and (max-width: 740px){
	.wrapt{padding-bottom:5px;}
	.avat{width:63px; right:14px;}
}

@media only screen and (max-width: 630px){
	
}

@media only screen and (max-width: 540px){
	
}
