@charset "utf-8";
/* CSS Document */

.background-containernew {
    background-image: url('https://www.oriontalent.com/site/images/Maritime-Industrial-Base-Suppliers-banner-5.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh; /* Adjust as needed */
    position: relative;
}

.background-containernew2 {
    background-image: url('https://www.oriontalent.com/site/images/maritime-take-the-first-step-4.jpg');
    background-position: center;
    position: relative;
}

@media (max-width: 1024px) {
	.background-containernew {
    
    height: 139vh; /* Adjust as needed */
}
   
}

@media (max-width: 768px) {
	
	.background-containernew {
    
    height: 90vh; /* Adjust as needed */
}
   
}



