@charset "UTF-8";

#safety-gallery {
    width: 35%;
    height: auto;
    float: right;
    padding-left: 0;
    margin-left: 0;
}

#image5 {
	background-image: url(../Images/SafetyPic.png);
	width: 100%;
	height: 175px;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
}

#image6 {
	background-image: url(../Images/Safety.jpg);
	width: 100%;
	height: 175px;
	float: right;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
}

#image7 {
	background-image: url(../Images/IMG_0041.jpg);
	width: 100%;
	height: 175px;
	float: right;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
}

#image8 {
	background-image: url(../Images/IMG_3264.JPG);
	width: 100%;
	height: 175px;
	float: right;
	background-size: cover;
	background-position: center;
}


@media all and (max-width : 750px) {

#safety-gallery {
        display: none;
}
#image1 {
	background-image: url(../Images/SafetyPic.png);
	width: 100%;
	height: 175px;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
    display: visible;
}
#image2 {
	background-image: url(../Images/Safety.jpg);
	width: 100%;
	height: 175px;
	float: right;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
    display: visible;

}
#image3 {
	background-image: url(../Images/IMG_0041.jpg);
	width: 100%;
	height: 175px;
	float: right;
	background-size: cover;
	background-position: center;
    margin-bottom: 20px;
    display: visible;

}
#image4 {
	background-image: url(../Images/IMG_3264.JPG);
	width: 100%;
	height: 175px;
	float: right;
	background-size: cover;
	background-position: center;
    display: visible;
} 
}