@media only screen and (min-width: 250px) and (max-width: 409px){
	img {
		width: 165px;
	  }
  
	  #img-content {
		  width: 165px;
		  margin: 0 auto;
		  margin-top: 70px;
	  }
  
	  .social-media {
		  font-size: 40px;
	  }

	#job-inquiries {
		font-size: 12px;
		top: 47px;
		left: 20px;
		font-weight: 300;
	}
	
	#post-it-button {
		height: 135px;
		width: 145px;
		top: -5px;
		left: -15px;
	}

	.popup .popuptext {
		top: 10px !important;
		left: 120px !important;
		width: 200px !important;
		font-size: 1.35em !important;
	}

	.popup .popuptext::after {
		top: 43% !important;
		left: -3% !important; 
		border-top: 7px solid transparent !important; 
		border-bottom: 7px solid transparent !important; 
		border-right:7px solid #555 !important;  
	}
}

@media only screen and (min-width: 409px) and (max-width: 766px){
	img {
		width: 165px;
	  }
  
	  #img-content {
		  width: 165px;
		  margin: 0 auto;
		  margin-top: 70px;
	  }
  
	  .social-media {
		  font-size: 40px;
	  }

	#job-inquiries {
		font-size: 13px;
		top: 50px;
		left: 28px;
	}
	
	#post-it-button {
		height: 140px;
		width: 150px;
		top: 0px;
		left: -5px;
	}

	.popup .popuptext {
		top: 20px !important;
		left: 140px !important;
		width: 260px !important;
		font-size: 1.35em !important;
	}

	.popup .popuptext::after {
		top: 43% !important;
		left: -2.5% !important; 
		border-top: 7px solid transparent !important; 
		border-bottom: 7px solid transparent !important; 
		border-right:7px solid #555 !important;  
	}
}

:root {
	--white-space: 0px;
}

@media only screen and (min-width: 767px) and (max-width: 1024px){
    img {
      width: 189px;
    }

	#job-inquiries {
		font-size: 14px;
		top: 70px;
		left: 50px;
	}
	
	#post-it-button {
		height: 165px;
		width: 170px;
		top: 10px;
		left: 10px;
	}

	.popup .popuptext {
		top: 35px !important;
		left: 170px !important;
		width: 330px !important;
		font-size: 1.4em !important;
	}

	.popup .popuptext::after {
		top: 43% !important;
		left: -1.5% !important; 
		border-top: 7px solid transparent !important; 
		border-bottom: 7px solid transparent !important; 
		border-right:7px solid #555 !important;  
	}
}

@media only screen and (min-width: 1920px) and (max-width: 10024px){

	#job-inquiries {
		font-size: 14px;
		top: 90px;
		left: var(--white-space);
	}
	
	#post-it-button {
		height: 100px;
		width: 100px;
		top: 60px;
		left: var(--white-space);
	}
}