/* calling me blurb */
.freddie_calling_me_blurb .et_pb_image .et_pb_image_wrap,
.freddie_calling_me_blurb .et_pb_image .et_pb_image_wrap img {
    display: block !important;
    width: 100% !important;
}

.freddie_calling_me_blurb .et_pb_image {
    overflow: hidden !important;
}

.freddie_calling_me_blurb .et_pb_image .et_pb_image_wrap img {
    transform: translate(0, -10px) scale(1);
    transition: 0.4s;
}

.freddie_calling_me_blurb .et_pb_column:hover .et_pb_image .et_pb_image_wrap img {
    transition-delay: 0.4s;
    transform: translate(0, 0) scale(1.05);
}

.freddie_calling_me_blurb .et_pb_blurb .et_pb_blurb_content {
    transform: translate(0, 0);
    transform-origin: bottom center;
    transition: 0.4s;
    transition-delay: 0.4s;
}

.freddie_calling_me_blurb .et_pb_column {
    overflow: hidden;
}

.freddie_calling_me_blurb .et_pb_column:hover .et_pb_blurb .et_pb_blurb_content {
    transition-delay: 0s;
    transform: translate(0, 100%);
    opacity: 0;
}

.freddie_calling_me_blurb .et_pb_column:hover .et_pb_blurb:after {
    transition-delay: 0s;
    transform: translate(130px, 0px);
    opacity: 0;
}

.freddie_calling_me_blurb .et_pb_column .et_pb_blurb{
    transition: 0.4s;
}

.freddie_calling_me_blurb .et_pb_column:hover .et_pb_blurb{
    transition-delay: 0.3s;
    transform: translate(0, 100%);
}


/*Responsive*/

@media only screen and (max-width: 980px) {
    .freddie_calling_me_blurb .et_pb_image{
        max-height: 500px !important;
    }
}

@media only screen and (max-width: 480px) {
    .freddie_calling_me_blurb .et_pb_column .et_pb_blurb{
        position: relative !important;
        padding: 40px 30px 30px !important;
        background-image: none !important;
    }

    .freddie_calling_me_blurb .et_pb_column .et_pb_blurb:after {
        top: -40px;
    }

    .freddie_calling_me_blurb .et_pb_column:hover .et_pb_blurb .et_pb_blurb_content {
        transform: translate(0, 0);
        opacity: 1;
    }

    .freddie_calling_me_blurb .et_pb_column:hover .et_pb_blurb {
        transform: translate(0, 0);
    }

    .freddie_calling_me_blurb .et_pb_column:hover .et_pb_blurb:after {
        transform: translate(0, 0px);
        opacity: 1;
    }
}