body{
    background-color: #000000;
    border-color: #000000;
    height: 100%;
    margin: 0;
    padding: 0;
    display: center;
    justify-content: center;
    align-items: center;
}

.crop-container {
    
    height: 780px;
    overflow: hidden; 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
.crop-container img {
    position: absolute;
}
.footer-copy p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 50px;
    /*color: #333;*/
}