﻿.help-img-hover-zoom {
    height: 505px; 
    overflow: hidden;
}


.help-img-hover-zoom img {
        transition: transform .5s ease;
    }


.help-img-hover-zoom:hover img {
        transform: scale(1.1);
    }

.helptext {
    color: #5c5c5c;
    font-size: 1.2em;
}

.helpcontainer {
    margin-bottom: 20px;
    padding-bottom: 20px;
}