div#likecommentviews {
    text-align: center;
    justify-content: center;
    padding: 15px;
}
div.like, .commentss, .views {
    background-color: #e3e4e4;
    border-radius: 39px;
    padding: 8px 0px 8px 0px;
	cursor:pointer;
}

@media screen and (max-width: 768px) {
  div#likecommentviews {
		text-align: center;
		justify-content: center;
		padding: 15px;
		margin-bottom: 37px;
	}
	div.like, .commentss, .views{
    background-color: #e3e4e4;
    border-radius: 800px;
    padding: 8px 0px 8px 0px;
	}
	.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 94% !important;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
	
}