#find-job {
padding-top: 26px;
}


.newbanner {
	position: absolute;
	right: 10px;
	top: -105px;
/*	right: -122px;
	top: -26px;   */
	max-width: 110px;
	cursor: context-menu;
}

.newbanner2 {
	position: absolute;
	right: 130px;
	top: -105px;
/*	right: -122px;
	top: -26px;   */
	max-width: 120px;
	cursor: context-menu;
}
.newbannerEspPort {
	position: absolute;
	right: 10px;
	top: -105px;
/*	right: -122px;
	top: -26px;   */
	max-width: 110px;
	cursor: context-menu;
}

.newbanner2EspPort {
	position: absolute;
	right: 130px;
	top: -105px;
/*	right: -122px;
	top: -26px;   */
	max-width: 120px;
	cursor: context-menu;
}

@media (max-width: 991px) { 
#carousel-header {
display: none;
}
#find-job {
padding-top: 80px;
}

/*New css start*/
.newbanner {
	position: absolute;
	right: 15px;
	top: 73%;
	max-width: 120px;
	z-index: 1;
}

.newbanner2 {
	position: absolute;
	right: 145px;
	top: 73%;
	max-width: 120px;
	z-index: 1;
}
.newbannerEspPort {
	position: absolute;
	right: 15px;
	top: 76%;
	max-width: 120px;
	z-index: 1;
}

.newbanner2EspPort {
	position: absolute;
	right: 145px;
	top: 76%;
	max-width: 120px;
	z-index: 1;
}
@media (max-width: 485px) { 
.newbanner {
display: none;
}

.newbanner2 {
display: none;
}
.newbannerEspPort {
display: none;
}

.newbanner2EspPort {
display: none;
}

/*New css end*/
}