@media only screen and (max-width: 1050px) { 
.mycrs--hero__wrapper {
	position: relative;
	width: 100%;
  height: 100vh;
  max-width: 100vw;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 20px;
  overflow: hidden;
}
.mycrs--hero__content--container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  max-width: 100vw;
  width: 100%;
  flex-wrap: wrap;
}
.mycrs--hero__text {
z-index: 1;
}
.mycrs--hero__image {
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 125%;
}
.mycrs--hero__text--intro {
  max-width: 100%;
}
.mycrs--hero__subheader {
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
}
.mycrs--hero__header {
  font-size: 2.5rem !important;
  color: #FFF!important;
}
.mycrs--hero__text--intro p {
font-size: 16px !important;
}

/*Login Button */
.mycrs--hero__login {
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #527270;
  border-radius: 10px;
  padding: 15px;
  color: #FFF; !important;
  margin-top: 50px;
  z-index: 1;
}
.mycrs--hero__login--header {
 font-size: 16px;
 font-weight: bold;
 margin-bottom: 5px;
}
.mycrs--hero__login--subheader {
 margin-bottom: 0px;
  font-size: 12px;
}
.mycrs--hero__login--href {
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
}
.mycrs--hero__login--logo {
  margin-right: 15px !important;;
  }
}

@media only screen and (min-width: 1051px) { 
.mycrs--hero__wrapper {
	position: relative;
	width: 100%;
  height: 100vh;
  max-width: 100vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 20px;
}

.mycrs--hero__content--container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 40px;
  height: 100%;
  width: 100%;
}
  
.mycrs--hero__text {
  flex: 2;
}

.mycrs--hero__image {
  flex: 1.15;
}

.mycrs--hero__text--intro {
  max-width: 90%;
}

.mycrs--hero__subheader {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
  .mycrs--hero__header {
  font-size: 3.5rem !important;
  color: #FFF!important;
}

/*Login Button */
.mycrs--hero__login {
  display: flex;
  align-items: center;
  justify-content: start;

  background-color: #527270;
  border-radius: 10px;
  padding: 15px;
  color: #fff !important;
  width: 85%;
  margin-top: 80px;
}
.mycrs--hero__login--header {
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 5px;
}
.mycrs--hero__login--subheader {
 margin-bottom: 0px;
  font-size: 16px;
}
.mycrs--hero__login--href {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
}