.mainContainVirtual {
  width: 100vw;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #ffff;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.mainContainVirtual .btnFS{
  position: absolute;
  bottom: 15px;
  right: 15px;
  box-shadow: none;
  padding: 0 0;
  margin: 0 0;
  width: 60px;
}
.mainContainVirtual .btnFS img {
  max-width: 100%;
}
.mainContainVirtual .screenStage {
  position: relative;
  margin: 0 auto;
  width: 100vw;
  max-height: 100vh;
  overflow: hidden;
}
.mainContainVirtual .screenStage .imgScreenStage {
  width: 100%;
  height: auto;
}

.text-link{

  margin-bottom: 10px;
  margin-top: 10px;
}

a:link {
  color: black;
}
a:visited {
  color: black;
}
a:hover {
  color: gray;
}
a{
	text-decoration: none;
}

.spiderman {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
}

.BuzzLightyear {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
}

.starwar {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28%;
}

.mickey {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
}


.wolf {
  position: absolute;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  top: 0;
  width: 40%;
}
.avatar {
  position: absolute;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  bottom: 0;
  width: 40%;
}



@media (min-width: 768px) and (max-width: 1200px){

}
@media (max-width: 767px){
  .imgScreenStage{
    transform: scale(1);
  }
  
  .mainContainVirtual .btnFS{
    width: 35px;
  }


  .spiderman {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
  }
  
  .BuzzLightyear {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
  }
  
  .starwar {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 28%;
  }
  
  .mickey {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
  }
  
  
  .wolf {
    position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    top: 0;
    width: 40%;
  }
  .avatar {
    position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    bottom: 0;
    width: 40%;
  }
  



}

