.tm_2click {
text-align: center;
line-height: 150%;
display: flex;
justify-content: center;
align-items: center;
}
.tm_2click .tm_2click_wrap {
width: 80%;
-webkit-transition: all 100ms ease-in;
-moz-transition: all 100ms ease-in;
-ms-transition: all 100ms ease-in;
-o-transition: all 100ms ease-in;
transition: all 100ms ease-in;
}
.tm_2click.tm_2click_loading {
}
.tm_2click.tm_2click_loading .tm_2click_wrap {
opacity: 0;
}
.tm_2click a.tm_2click_button {
color: #000000 !important;
cursor: pointer;
display: table;
background: #ffffff;
text-decoration: none;
padding: 10px 20px;
margin: 20px auto -20px;
border: 1px solid #ffffff;
-webkit-box-shadow: 0 4px 8px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0 4px 8px 0px rgba(0,0,0,0.1);
box-shadow: 0 4px 8px 0px rgba(0,0,0,0.1);
-webkit-transition: all 100ms ease-in;
-moz-transition: all 100ms ease-in;
-ms-transition: all 100ms ease-in;
-o-transition: all 100ms ease-in;
transition: all 100ms ease-in;
}
.tm_2click a.tm_2click_button:hover {
color: #000000 !important;
-webkit-box-shadow: 0 0px 8px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0px 8px 0px rgba(0,0,0,0.1);
box-shadow: 0 0px 8px 0px rgba(0,0,0,0.1);
}
.tm_2click.tm_2click_youtube a.tm_2click_button {
margin: 0 auto !important;
padding: 0 !important;
border: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
background: transparent !important;
}
.tm_2click.tm_2click_youtube a.tm_2click_button img {
width: 240px;
height: 240px;
}
.tm_2click.tm_2click_instagram {
min-height: 211px;
}
.video-wrapper {
position: relative;
padding-bottom: 56.25%;
}
.tm_2click.tm_2click_youtube {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tm_2click.tm_2click_osm {
background: #f7f7f7;
height: 640px;
}
.tm_2click.tm_2click_osm_references {
background: #f7f7f7;
height: 640px;
}
.tm_2click .video {
width: auto;
padding: 0;
margin: 40px auto 0 auto;
font-size: 20px;
font-weight: 400;
color: #000000;
text-align: center;
text-shadow: 0 0 20px rgba(0,0,0,0.4);
display: inline-block;
}
@media only screen and (max-width: 980px) {
.tm_2click .video {
margin: 0 auto 0 auto;
font-size: 18px;
position: static !important;
}
.tm_2click.tm_2click_youtube a.tm_2click_button img {
width: 180px;
height: 180px;
}
}
@media only screen and (max-width: 480px) {
.tm_2click .video {
margin: 0 auto 0 auto;
font-size: 16px;
position: static !important;
}
.tm_2click.tm_2click_youtube a.tm_2click_button img {
width: 72px;
height: 72px;
}
}