  .content-with-featured-image{
                 @media screen and (max-width:1023px) {
                    display: none;
                 }
                    .featured_image{
                        figure{
                            background-size: cover;
                            background-position: center;
                            background-repeat: no-repeat;
                                img{
                                    opacity: 0;
                                    width: 100%;
                                    pointer-events: none;
                                }
                        }
                   width: 100%;
                 

                 .additional_images_on_right{
                                display: flex;
                                justify-content: space-between;
                                align-items: stretch;
                                flex-wrap: wrap;
                                .image_holder{
                                    width: calc(50% - .5rem);
                                    margin-bottom: 1rem;
                                    img{
                                        width: 100%;
                                        height: 100%;
                                    }
                                }

                                .image_holder:nth-child(3), .image_holder:nth-child(6){
                                    width: 100%;
                                    img{
                                        width: 100%;
                                    }
                                }

                 }

                    }
                    

  }
