/* Full */
@media (min-width: 300px) and (max-width:768px) {
	.icon-img-price{
		display: none;
	}
	.fonbanner{
		min-height: 400px;
	}
	.block5{
		display: block;
	}
	.block5 div {
		width: 100%;
		text-align: center;
		margin: 10px auto;
		transition-duration: 0.5s;
	}
	.block5 div a{
		display: block;
		margin: 0 auto;
		text-align: center!important;
	}
	div.grid-2{
	display: block;
    width: 100%;
    max-height: 100%;
    padding: 20px;
    text-align: center;
	}
	.weba-postcontent p{
		text-align: justify;
	}
	.preview--open:after{
		content: '';
		height: 100px;
		width: 50%;
		top: 55%;
		position: absolute;
		z-index: 999999999;
		text-align: center;
		opacity: 0.2;
		left: 55%;
		background-position: 80% 80%;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(../../images/mask.png);
	}
	.stiker-new{
		display: none;
	}
	.stiker{
		display: none;
	}
	#phone-header-mini{
	display: block;
    font-size: 30px;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-bottom: 20px;
    padding: 0px;
}
}