.social_media_ctn.page-right {
	position: fixed;
	top:50%;
	right: 10px;
	transform: translate(0px, -50%);
	    z-index: 999;
}

.social_media_ctn.page-left {
	position: fixed;
	top:50%;
	left: 0px;
	transform: translate(0px, -50%);
	    z-index: 999;
}

.social_media_ctn {
	width: 34px;
	height: auto;	
}

.social_media_ctn[data-t="medium"]{
	width: 54px;
}

.social_media_ctn[data-t="large"]{
	width: 75px;
}

.social_media_ctn a {
	margin:5px;
}

.social_media_ctn a,
.social_media_ctn .social_media_item {
	transition: all 0.2s;
	display: block;
	width: 100%;
	height: 34px;
	cursor: pointer;
}

.social_media_ctn[data-t="medium"] a,
.social_media_ctn[data-t="medium"] .social_media_item {
	height: 54px;
}

.social_media_ctn[data-t="large"] a,
.social_media_ctn[data-t="large"] .social_media_item{
	height: 75px;
}



.social_media_ctn .social_media_item img {
	width: 100%;
	height: 100%;
}
