@media only screen and (max-device-width: 640px)
{
  #wrapper{overflow-x:visible!important}
}

html {
/*  overflow-y: unset; 
  height: 8000px; */
}

body {
/*  overflow-y: scroll; 
  height: 8000px; */
}

.modelprofilescrolldiv {
  --webkit-overflow-scrolling: touch;
}

/* Works on Firefox */
.modelprofilescrolldiv {
  scrollbar-width: thin;
  scrollbar-color: #67C6B4 white;
}

/* Works on Chrome, Edge, and Safari */
.modelprofilescrolldiv::-webkit-scrollbar {
  width: 8px;
}

.modelprofilescrolldiv::-webkit-scrollbar-track {
  background: white;
}

.modelprofilescrolldiv::-webkit-scrollbar-thumb {
  background-color: #67C6B4;
  border-radius: 20px;
  border: 5px solid white;
}

.fusion-social-links-header {
  display: none;
}

.sticky {
  position: fixed;
  top: 0;
}

.specrow {
  min-height:100%;
  position:relative;
}

.specfooter {
  position:absolute;
  background-color: blue;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
}

.modelprofilelink {
  text-decoration: none;
}

#talentfooter {
  background: none repeat scroll 0 0 #FFFFFF;
  top: 0;
  font-size: 13px;
  height: 20px;
  right: 0;
  opacity: 0.9;
  padding-bottom: 5px;
  position: absolute;
  z-index: 99999;
  margin-bottom: 30px;
  margin-right: 100px;
  width: 363px;
}



.mobile {display:none;}
.desktop {display:block;}

#main {
  padding-left: 30px; 
  padding-right: 30px;
  margin-bottom: -170px;
}

#desktopclientstepthreebottomspacer {
  display: block;
}


@media only screen and (max-width: 699px){
  .desktop {display:none;}
  .mobile {display:block;}
}


