WARNING !!
YOUR LAYOUT IS INCOMPLETE!
ADD THE FOLLOWING CODE TO YOUR PAGE / SITE TO COMPLETE IT NOW!
↓
Custom CSS > ADD THIS TO COMPLETE THE LAYOUT! ↓
/*————————————————*/
/*———-[GQ BLURB ZOOM AND ROTATE]————*/
/*————————————————*/
/* zoom on hover over blurb images */
.mp_r_blurb_zoom .et_pb_main_blurb_image {
overflow: hidden;
}
.mp_r_blurb_zoom .et_pb_main_blurb_image {
margin-bottom: 0px;
}
.mp_r_blurb_zoom .et_pb_blurb_container {
padding: 20px 15px 15px;
}
.mp_r_blurb_zoom .et_pb_column {
max-width: 550px;
box-shadow: 0px 0px 10px 3px rgba(183, 183, 183, 0.4);
-webkit-transition: all .5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.mp_r_blurb_zoom .et_pb_column img {
vertical-align: top;
-webkit-transition: all .3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mp_r_blurb_zoom .et_pb_column:hover img {
-webkit-transform: scale(1.05) rotate(1deg);
-ms-transform: scale(1.05) rotate(1deg);
transform: scale(1.05) rotate(1deg);
}
.mp_r_blurb_zoom .et_pb_column:hover {
box-shadow: 0px 0px 10px 6px rgba(183, 183, 183, 0.7);
}
/* keeps column only as wide as the blurb modules on smaller screens */
@media only screen and (max-width: 980px) {
.et_pb_section .mp_r_blurb_zoom {
max-width: 550px!important;
}
}