﻿.elementor-container {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.single_protfolio {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.elementor-container img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.prot_thumb img {
    display: block;
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single_protfolio:hover .prot_thumb img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.prot_content {
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: rgb(0 0 4 / 60%);
    z-index: 1;
}

    .prot_content h2 {
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        font-size: 2.2em;
        line-height: 100%;
        text-shadow: 2px 2px 5px #000;
    }

@media only screen and (max-width: 768px) {
    .prot_content h2 {
        font-size: 28px;
    }
}

.single_protfolio:hover .prot_content {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.flex-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-left {
    float: left;
    clear: left;
    margin: 5px 30px 0 0;
    max-width: 500px;
    position: relative;
    visibility: visible;
}

    .photo-left img {
        width: 100%;
    }
    @media only screen and (max-width: 576px) {
        .photo-left {
    margin: 5px 0 0 0;
    max-width: 500px;
}
}