/* html {
visibility: hidden;
} */

.hidden {
visibility: hidden;
}

#moveimagenovid {
max-width: 80%;
max-height: 70%;
}

#performedby {
font-style: italic;
opacity: 0.8;
margin-top: 4px;
}

.visualandinfo {
width: 96%;
margin: auto;
text-align: center;
clear: both;
display: flex;
flex-wrap: wrap;
justify-content:center;
}

.lowerfull {
width: 90%;
margin: auto;
text-align: center;
clear: both;
display: block;
}

.movevisual {
width: 48%;
padding: 2%;
float: left;
display: block;
margin-left: 2%;
padding-top: 0px;
}

.moveinfo {
width: 48%;
padding: 2%;
float: right;
display: block;
margin-right: 2%;
padding-top: 0px;
}
@media screen and (max-width: 400px) {
#performedby {
margin-top: 0px;
}
}

@media screen and (max-width: 1200px) {
.movevisual {
width: 92%;
float: left;
display: block;
margin: auto;
}

.moveinfo {
width: 92%;
float: left;
display: block;
margin: auto;
padding-top: 0px;
}

h1 {
margin: 0px;
}

#moveimagenovid {
max-height: 400px;
max-width: 70%;
}
}

@media screen and (max-width: 1645px) and (min-width: 1200px) {
#transitionsintobox img {
max-width: 120px;
max-height: 120px;
}
}

ul.demo {
list-style-type: none;
margin: 0;
padding: 0;
color: #737373;
font-size: 100%;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-weight: normal;
line-height: 120%;
margin: 0px;
}

.trait {
color: #333745;
text-decoration: none;
font-weight: bolder;
text-align: center;
margin: 0.5em;
}

.infoIG {
color: #333745;
text-decoration: none;
text-align: center;
margin: 0.5em;
}

.trynextdiv {
float: left;
background-color: #F8F8F8;
text-align: center;
margin: 5px;
padding: 5px;
}

.trynextdiv:hover {
background-color: white;
transform: scale(1.1);
}

.transitiondiv {
float: left;
background-color: #F8F8F8;
text-align: center;
margin: 5px;
padding: 5px;
border-radius:8px;
}

.transitiondiv:hover {
background-color: white;
transform: scale(1.1);
transition: 0.2s ease;
}

.trait:hover {
color: rgb(158, 91, 179);
font-weight: bolder;
}

.tohomepage {
font-size: 80%;
font-weight: bold;
text-decoration: none;
color: #2196F3;
}

.tohomepage:hover {
font-size: 80%;
font-weight: bold;
text-decoration: none;
color: #2073b8;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
margin-top: 25px;
height: 0;
overflow: hidden;
}

.image-container {
padding-bottom: 0px;
margin-top: 25px;
height: auto;
margin: auto;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#havewant {
display: none;
}

.havewantdiv {
opacity: 50%;
}

.havewantdiv:hover {
opacity: 80%;
cursor: pointer;
}

@media screen and (max-width: 600px) {
.tooltip .tooltiptext {
width: 180px;
left: -87px;
top: 20px;
}
}

h4 {
    line-height:120%;
}