.imaborder{
    border-radius: 50px;
}

.redux {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.redux:before {
  content: '';
  display: inline-block;
}

.immigration{
    background-image: url(../img/demos/law-firm-2/preImmigration.jpg); 
    background-size: cover; 
    background-position: 0 -235px; 
    background-repeat: no-repeat
}

.toplogo{
    width: 164px;
}

@media (max-width: 768px) {
    .immigration{
        background-position: center; 
    }
	.vid {
		    height: auto!important;
	}
	.vidcont{
	        height: 430px!important;
	}
	
	.toplogo{
        width: 50%;
    }
}

@media (max-width: 650px) {
    .immigration{
        background-position: center; 
    }
	.vidcont {
		    height: 210px!important;
	}
	.toplogo{
        width: 47%;
    }
    .language{
        font-size:16px;
    }
    img.img-fluid {
        width: 40%;
    }
    .mobabout{
        margin-top: -20px;
    }
    #footer {
        background-repeat: no-repeat;
        background-size: 230%;
        background-repeat: repeat-y;
    }
}