html{
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
h1{
font-size: 20px;
background: #cdf;
margin: 0;
padding: 10px 5px;
}
h2{
font-size: 18px;
margin: 5px 0 10px;
}
body{
background: #def;
}
iframe {
border: 0;
width: 100%;
height: 360px;
}
@media only screen and (min-width: 601px){
iframe {
margin: 0 7.5%;
width: 85%;
height: 480px;
}
}
@media only screen and (min-width: 993px){
iframe {
margin: 0 15%;
width: 70%;
height: 600px;
}
}
.ifr-fs{
position: fixed;
margin: 0;
top: -12.5%;
left: -12.5%;
width: 125%;
height: 125%;
transform: scale(0.8);
z-index: 2;
}
#safari-is-bad{
margin-top: 10px;
background: #ffd994;
padding: 5px 4px;
}
#ifrfs-ft{
position: fixed;
z-index: 3;
bottom: 0px;
width: 100%;
background: rgba(255, 255, 255, 0.6);
display: flex;
}
#ifrfs-ft button{
width: 50%;
}
.btn{
text-transform: none;
}
footer{
text-align: center;
font-size: 12px;
color: #888;
padding: 0 0 5px;
}
hr{
border: 1px solid #aaa;
border-bottom: none;
}