/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2018 | 12:17:06 */


.zoom-effect {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;    
}

.zoom-effect:hover {
    transform: scale(1.05);
  	cursor: pointer;
    /*background-position: -1px -1px;*/
}

.five-columns .et_pb_text_inner {
    background-color: rgba(0, 0, 0, 0.4);
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
    padding: 10px;
}