.ois-fip-icon{
	width: 25px;
	height: 25px;
	padding-bottom: 0px !important;
}

.ois-fip-link{
	margin: 40px 0;
	float: left;
}

.ois-fip-file{
	margin: 40px 0;
	float: right;
}

.ois-fip-body{
	margin-top: 120px;
}

.ois-fip-body hr{
	border-bottom: 1px solid #8a8a8a;
}

.ois-fip-video{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.ois-fip-video iframe{
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 480px){
	.ois-fip-link{
		float: left;
		width: 100%;
	}
	
	.ois-fip-file{
		margin-top: 0px;
		float: left;
		width: 100%;
	}
}