.full-screen {
    width: 100%;
}
 
.square {
    width: 280px;
    height: 280px;
    object-fit: cover;
    object-position: left center;
} 

.background-image-example {
    background-image: url(https://techcrunch.com/wp-content/uploads/2022/01/GettyImages-1308797233.jpg?w=730&crop=1);
    padding: 10% 5% 45% 40%;
    background-size: cover;
    background-position: center 20%;
}

.compressed-image{
    width: 100%; 
}