.avatar_profile {
    position: relative;
    margin-bottom: 20px;
    z-index: 10;
}

.avatar_profile iframe {
    width: 100%;
    height: 550px;
}
.avatar_profile-bg{
	text-align: center;
}
.avatar_profile-bg img{
	max-width: 220px;
}
.social-container{
	padding-bottom: 50px;
	text-align: center;
}
.social-media{
	position: relative;
    height: 35px;
    width: 35px;
    border: 1px solid #9e9e9e;
    color: #9e9e9e;
    text-align: center;
    display: inline-block;
        border-radius: 50%;
    font-size: 15px;
    line-height: 35px;
    margin: 5px;
}
.social-media a{
	color: #9e9e9e;
}

@media (max-width: 768px) {
    .avatar_profile iframe {
        height: 350px;
    }
}

@media (max-width: 400px) {
    .avatar_profile iframe {
        height: 250px;
    }
}