.mobile {
	height: 134px;
	width: 1px;
	bottom: 60px;
	margin-left: 35%;
	position: relative;
	
}

@media only screen and (max-width: 1399px){
.mobile {
    margin-left: 100%;
	bottom: 100px;
}
}
@media only screen and (max-width: 1199px){
.mobile {
    bottom: 128px;
}
}

@media only screen and (max-width: 991px){
.mobile {
    visibility: hidden;
    display: none;
}
}