body.widget-snippet .container.hazmat, body.widget-snippet .hazmat-full-section h5 {
    max-width:1200px;
    margin:20px auto;
}
body.widget-snippet .image-wrap {
    width: 100%;
    height: 100%;
    padding:20px;
}
.widget-snippet .container.hazmat {
    width: 100%;
    position: relative;
    margin: 0 auto;
   padding: 0;
}

.widget-snippet .container.hazmat .left-hazmat {
    padding-right: 50px
}


.widget-snippet .hazmat-full-section h5 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.widget-snippet .hazmat-full-section p, .widget-snippet .hazmat-full-section p strong {
color: rgba(0, 0, 0, 0.78);
font-size: 15px;
font-weight: 400;
line-height: 24px;
font-family: 'Roboto', sans-serif;
}
.widget-snippet .hazmat-full-section ul li {
position: relative;
margin: 0;
padding: 0 0 6px 15px;
list-style-type: none;
color: #000;
font-size: 15px;
font-family: 'Roboto', sans-serif;
text-align: left;
line-height: 22px;
}
.widget-snippet .hazmat-full-section ul li:before {
    content: '\f111';
    position: absolute;
    left: 0;
    top: 6px;
    width: 13px;
    height: 10px;
    z-index: 1;
    font: normal normal normal 9px/1 FontAwesome;
    color: #3c3c3c;
}
.widget-snippet .hazmat-full-section a {
    color: #000;
    text-decoration: underline;
}
.widget-snippet .container.hazmat .image-wrap {
    overflow: hidden;
}
.widget-snippet .container.hazmat .image-wrap img{
	width: auto;
	height: auto;
	kit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .container.hazmat .image-wrap:hover img{
			-webkit-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
			transform: scale(1.10);
		}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.widget-snippet .hazmat-full-section .image-wrap {
    margin-top:20px;
}
}
