        .shadow-large {
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.15);
        }
        
        .project {
            position: relative;
            max-width: 900px;
            margin: 0 auto 30px auto;
            overflow: hidden;
            background: #fff;
            border-radius: 4px;
        }
        
        .container {
            overflow: hidden;
        }
        
        .project-image {
            float: left;
        }
        
        .imagess {
            width: 200px;
            height: 200px;
            display: none;
        }
        
        .project-info-freedom {
            position: relative;
            top: auto;
            margin-left: 200px;
            padding: 15px;
        }
        
        .project-info {
            position: relative;
            margin: 0;
            padding: 30px 15px;
            top: auto;
            transform: none;
        }
        /* The "show" class is added to the filtered elements */
        /* Style the buttons */
        
        .iframe-container {
            padding-bottom: 70%;
            padding-top: 20px;
            height: 0;
            overflow: hidden;
        }
        
        .iframe-container iframe,
        .iframe-container object,
        .iframe-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 500px;
        }
        
        .btn {
            border: none;
            border-bottom: 2px solid #666;
            float: left;
            cursor: pointer;
            color: #333333;
            font-size: 16px;
            background: transparent;
            text-transform: capitalize;
            margin: 0 0 20px;
            transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            padding: 10px 15px;
        }
        /* Add a light grey background on mouse-over */
        
        .btn hover:focus {
            background-color: rgb(0, 204, 255);
        }
        
        .btn.active {
            border-bottom: 2px solid #0072ff;
            color: #0072ff;
        }
        
        @media only screen and (max-width: 768px) {
            .project-image {
                display: none;
            }
            .project-info {
                position: relative;
                margin: 0;
                padding: 30px 15px;
                top: auto;
                transform: none;
            }
        }
        .buttonn { color: #0213ff;  font-weight: 600; font-size: 12px;position: relative;  }
        
        .mfp-hide {
            display: none!important;
        }
        