Your IP : 216.73.217.112


Current Path : /home/z/i/e/zieirix/www/templates/it_medical/scss/medical/
Upload File :
Current File : /home/z/i/e/zieirix/www/templates/it_medical/scss/medical/_video-feature.scss

.g-video-feature {
	margin-left: -($content-padding);
	margin-right: -($content-padding);
	text-align: center;
	.g-video-feature-left {
		@include breakpoint(tablet-range) {
			
		}
		@include breakpoint(mobile-only) {
			margin-bottom: 30px;
		}
		.g-content {
			margin: 0 $content-margin 0 0;
			padding-top: 0;
			padding-bottom: 0;
		}
	}
	.g-video-feature-right {
		.g-content {
			margin: 0 0 0 $content-margin;
			padding-top: 0;
			padding-bottom: 0;
		}
		&.align-right {
			text-align: right;
		}
	}
	.g-video-feature-title {
		margin-top: -5px;
	}
	.g-video-feature-link {
		margin-top: 5px;
		i {
			margin-right: 10px;
		}
	}
	.g-video-feature-desc {
		margin: 1.5rem 0;
		i {
			margin-right: 8px;
		}
	}
}