//CockpitImage component
.CockpitImage{
    width: auto;
    padding-top: 0.72rem; //12px

    .previewImageInnerContainer{
      text-align: center;
      .MediaImage  {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        object-fit: contain;
      };
    }  
}
