.container-employers {
    position: relative;
    width: 100vw;
    min-height: 50vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
	background-image: url("/wp-content/uploads/2025/04/fotopart-scaled.jpg");
}

.default .employer-btn-employers {
	width: 160px !important;
	height: 130px !important;
}

.background-image-employers {
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    top: 0;
    left: 0;
}

.title-employers {
    margin: 30px 0;
}

.buttons-container-employers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    max-width: 1300px;
}

.employer-btn-employers {
    width: 120px;
    height: 120px;
    border-radius: 20%;
    border: 3px solid white;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: 2px 4px 50px rgba(0, 0, 0, 0.49), 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.employer-btn-employers:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}

.employer-logo-employers {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}

@media (max-width: 620px) {
    .employer-btn-employers{
		width: 100px;
    	height: 100px;
    }
}
@media (max-width: 540px) {
    .employer-btn-employers{
		width: 80px;
    	height: 80px;
    }
}
@media (max-width: 460px) {
    .employer-btn-employers{
		width: 60px;
    	height: 60px;
    }
}
@media (max-width: 380px) {
    .employer-btn-employers{
		width: 50px;
    	height: 50px;
    }
}
@media (max-width: 340px) {
	.container-employers{
		padding: 2px;
	}
}
@media (max-width: 305px) {
    .employer-btn-employers{
		width: 40px;
    	height: 40px;
    }
	.container-employers{
		padding: 1px;
	}
	.title-employers{
		font-size:25px;
	}
}