/*
Theme Name: SurgeryWeb NHS Child Theme
Theme URI: 
Description: Bespoke Theme developed by Adrian @ AlphaWebServices.net
Author: Adrian Jones
Version: 1.0
License: 
License URI: 
Tags: 
Template: SurgeryWeb-NHS
*/

.homeSlider		{max-width: 90%; margin: 0 auto;}
.homeSlider .imgWrap	{text-align: center; height: 400px; display: flex; align-items: center; justify-content: center;}
.homeSlider .imgWrap img	{display: inline-block; object-fit: contain;}

@media all and (min-width : 768px){
	.homeSlider		{max-width: 75%;}
}

@media all and (min-width : 1200px){
	.homeSlider		{max-width: 600px;}
}