.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
-webkit-filter: blur(3px);
filter: blur(3px);
} .remodal-overlay {
background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
-webkit-animation-name: remodal-overlay-opening-keyframes;
animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
-webkit-animation-name: remodal-overlay-closing-keyframes;
animation-name: remodal-overlay-closing-keyframes;
} .remodal-wrapper {
padding: 10px 10px 0;
} .remodal {
box-sizing: border-box;
width: 100%;
margin-bottom: 10px;
padding: 35px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
color: #2b2e38;
background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
-webkit-animation-name: remodal-opening-keyframes;
animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
-webkit-animation-name: remodal-closing-keyframes;
animation-name: remodal-closing-keyframes;
} .remodal,
.remodal-wrapper:after {
vertical-align: middle;
} .remodal-close {
position: absolute;
top: 0;
left: 0;
display: block;
overflow: visible;
width: 35px;
height: 35px;
margin: 0;
padding: 0;
cursor: pointer;
-webkit-transition: color 0.2s;
transition: color 0.2s;
text-decoration: none;
color: #95979c;
border: 0;
outline: 0;
background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
color: #2b2e38;
}
.remodal-close:before {
font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
font-size: 25px;
line-height: 35px;
position: absolute;
top: 0;
left: 0;
display: block;
width: 35px;
content: "\00d7";
text-align: center;
} .remodal-confirm,
.remodal-cancel {
font: inherit;
display: inline-block;
overflow: visible;
min-width: 110px;
margin: 0;
padding: 12px 0;
cursor: pointer;
-webkit-transition: background 0.2s;
transition: background 0.2s;
text-align: center;
vertical-align: middle;
text-decoration: none;
border: 0;
outline: 0;
}
.remodal-confirm {
color: #fff;
background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
background: #66bb6a;
}
.remodal-cancel {
color: #fff;
background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
background: #ef5350;
} .remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
padding: 0;
border: 0;
} @-webkit-keyframes remodal-opening-keyframes {
from {
-webkit-transform: scale(1.05);
transform: scale(1.05);
opacity: 0;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
-webkit-filter: blur(0);
filter: blur(0);
}
}
@keyframes remodal-opening-keyframes {
from {
-webkit-transform: scale(1.05);
transform: scale(1.05);
opacity: 0;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
-webkit-filter: blur(0);
filter: blur(0);
}
}
@-webkit-keyframes remodal-closing-keyframes {
from {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(0.95);
transform: scale(0.95);
opacity: 0;
-webkit-filter: blur(0);
filter: blur(0);
}
}
@keyframes remodal-closing-keyframes {
from {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(0.95);
transform: scale(0.95);
opacity: 0;
-webkit-filter: blur(0);
filter: blur(0);
}
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes remodal-overlay-opening-keyframes {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes remodal-overlay-closing-keyframes {
from {
opacity: 1;
}
to {
opacity: 0;
}
} @media only screen and (min-width: 641px) {
.remodal {
max-width: 700px;
}
} .lt-ie9 .remodal-overlay {
background: #2b2e38;
}
.lt-ie9 .remodal {
width: 700px;
}#wpgmza-maps-engine-dialog
{
text-align: left;
}
#wpgmza-maps-engine-dialog h1
{
text-align: center;
margin-bottom: 1em;
}
#wpgmza-maps-engine-dialog img
{
display: block;
margin: 0 auto;
width: 80%;
box-sizing: border-box;
}
#wpgmza-maps-engine-dialog .wpgmza-inner
{
display: flex;
}
#wpgmza-maps-engine-dialog .wpgmza-inner>div,
#wpgmza-maps-engine-dialog .wpgmza-inner label
{
flex: 1;
display: flex;
flex-direction: column;
}
#wpgmza-maps-engine-dialog .wpgmza-inner>div>div,
#wpgmza-maps-engine-dialog .wpgmza-inner label>div
{
flex-grow: 1;
}
#wpgmza-maps-engine-dialog ul
{
list-style: none; }
#wpgmza-maps-engine-dialog .wpgmza-pros>li:before
{
content: "\2714";
}
#wpgmza-maps-engine-dialog .wpgmza-cons>li:before
{
content: "\2718";
}    #wpgmza-maps-engine-dialog h2>img
{
width: 100%;
height: auto;
}
#wpgmza-maps-engine-dialog footer
{
margin: auto;
width: 20%;
}
#wpgmza-maps-engine-dialog footer>img
{
width: 100%;
height: auto;
}
#wpgmza-maps-engine-dialog img.wpgmza-engine-logo
{
width: 75%;
height: auto;
}
#wpgmza-maps-engine-dialog input[type='radio']
{
display: none;
}
#wpgmza-maps-engine-dialog input[type='radio'] + label
{  -webkit-filter: grayscale(100%); transition: all 0.5s;
}
#wpgmza-maps-engine-dialog input[type='radio'] + label:hover,
#wpgmza-maps-engine-dialog input[type='radio']:checked + label
{ -webkit-filter: grayscale(0%);
}
#wpgmza-maps-engine-dialog .wpgmza-mock-radio
{
position: relative;
left: -1.3em; }
#wpgmza-maps-engine-dialog .wpgmza-mock-radio-button
{
display: inline-block;
box-sizing: border-box;
width: 2em;
height: 2em;
margin-right: 0.5em;
position: top;
top: -4px;
border: 1px solid #ccc;
border-radius: 100%;
}
#wpgmza-maps-engine-dialog small
{
display: block;
text-align: center;
}
#wpgmza-maps-engine-dialog input[type='radio']:checked + label .wpgmza-mock-radio-button
{ border: 4px solid white;
box-shadow: -1px -1px 0px #ccc, -1px 0px 0px #ccc, 1px -1px 0px #ccc, 1px 0px 0px #ccc, 1px -1px 0px #ccc, 0px -1px 0px #ccc, -1px -1px 0px #ccc, -1px 0px 0px #ccc; background: #0073AA;
}
#wpgmza-maps-engine-dialog .wpgmza-mock-radio>*
{
display: inline-block;
vertical-align: middle;
}
#wpgmza-maps-engine-dialog .wpgmza-mock-radio-label
{
width: 50%;
height: auto;
}
#wpgmza-maps-engine-dialog ul
{
text-align: center;
}
#wpgmza-maps-engine-dialog button
{
font-size: 1.25em;
}
.wpgmza-centered
{
text-align: center;
}
.wpgmza_map {
border:0;
}
.wpgmza_hide_input { display:none !important; }
.wpgmza_theme_selection { margin-right:20px; margin-bottom:20px; cursor:pointer; border-radius:4px; }
.wpgmza-not-found-msg {
display: none;
margin-top: 20px;
color: #777;
}
.wpgmza-not-found-msg.is-active {
display: block;
}
.wpgmza-not-found-msg p {
margin-bottom: 0;
}
.wpgmza_map img:not(button img) {
border: none !important;
background-color:transparent !important;  box-shadow: none !important;
} .wpgmza_map img[src$="//maps.gstatic.com/mapfiles/api-3/images/google4.png"],
img[src='http://maps.gstatic.com/mapfiles/api-3/images/google_white5.png']
{
box-shadow: none !important;
}
#wpgmza_map img { box-shadow: none !important; }
.wpgmza_table img {
box-shadow: none !important;
}
.gm-style div { margin-top:0 !important; }
#wpgmaps_directions_edit {
padding-top:20px;
}
.wpgmza_markerbox {  margin:0; padding:0;
color:#000 !important;
}
.wpgmza_markerbox img { margin: 3px !important; }
.wpgmza_markerbox h1,
.wpgmza_markerbox h2,
.wpgmza_markerbox h3,
.wpgmza_markerbox h4,
.wpgmza_markerbox h5,
.wpgmza_markerbox h6,
.wpgmza_markerbox h7,
.wpgmza_markerbox h8,
.wpgmza_markerbox strong,
.wpgmza_markerbox p,
.wpgmza_markerbox br {
margin:2px;
padding:1px;
color:#000 !important;
}
.wpgmza_markerbox a {
color:#1982D1 !important;
}
.wpgmaps_mlist_table {
width:42px;
}
.wpgmza_table .wpgmaps_mlist_marker {
width:32px;
height:32px;
vertical-align:top;
padding:0 !important;
}
.wpgmza_table .wpgmaps_mlist_info {
vertical-align:top;
text-align:left;
padding:0 !important;
}
.wpgmza_table .wpgmaps_mlist_row {
cursor:pointer;
}
.wpgmza_table .wpgmaps_mlist_row:hover {
background-color: #EEEEEE;
}
.wpgmaps_directions_outer_div {
padding-top:30px;
padding-bottom:5px;
}
.wpgmaps_directions_outer_div table, wpgmza_marker_list_class {
margin-bottom:0px !important;
}
.wpgmza_map h2 { clear:both; }
.wpgmaps_user_form { clear: both; }
.wpgmza_table { clear:both; }
.wpgmaps_mlist_row img {
margin-bottom:0 !important;
}
.wpgmza_table td {
vertical-align: top !important;
padding-bottom: 15px !important;
padding-right: 10px !important;
border: 0 !important;
}
.wpgmza_table tr { border: 0 !important; }
.wpgmza_table th {
text-align: left !important;
padding-bottom: 15px !important;
border: 0 !important;
min-width:100px;    
}
.dataTables_filter input[type="text"], .dataTables_filter select { display: inline !important; }
.dataTables_filter label { font-weight:bold; }
.adp-placemark img { width:24px !important; max-width:none !important; }
.wpgmza_table .sorting { background-image: none !important; } #wpgm_premium {
display:block;
overflow:auto;
margin:10px;
margin-left:0;
clear:both;
width:90%;
}
#wpgm_premium h2 {
margin-top:0;
padding-top:0;
font-weight:200;
font-size: 20px;
padding-bottom:0px;
margin-bottom:2px;
}
#wpgm_premium p {
font-size:16px;
line-height:28px;
}
.wpgm_premium_row { 
margin-top:20px;
display:block;
clear:both;
width:100%;
overflow:auto;
}
.wpgm_details p {
padding-top:0px;
margin-top:2px;
color: #666 !important;
}
.wpgm_icon {
display:block;
float:left;
width:50px;
height:70px;
background-image:url(//plaidshirtfarms.com/core/modules/89aa05a27d/css/images/premium.png);
background-repeat: no-repeat;
}
.wpgm_details {
display:block;
float:left;
width:80%;
}
.wpgm_notice_message {
border-style: solid;
border-width: 1px;
margin: 5px 0 15px;
padding: 0 0.6em;
background-color: #FFFCF5;
border-color: #FFBA00;
} .wpgmza_sl_main_div {
width:100%;
}
.wpgmza_sl_query_div {
height:30px;
display:block;
}
.wpgmza_sl_query_innerdiv1 { 
float:left;
display:block;
width:150px;
clear:left;
}
.wpgmza_sl_query_innerdiv2 {
display:block;
float:left;
width:250px;
}
.wpgmza_sl_radius_div {
display:block; 
height:30px;
margin-top:10px;
clear:both;
}
.wpgmza_sl_radius_innerdiv1 { 
float:left;
display:block;
width:150px;
}
.wpgmza_sl_radius_innerdiv2 {
display:block;
float:left;
width:250px;
}
.wpgmza_sl_radius_select {
}
.wpgmza_sl_select_option {
}
.wpgmza_sl_category_div {
display:block; 
clear:both;
height:auto; 
overflow:auto; 
margin-top:10px; 
margin-bottom:10px; 
}
.wpgmza_sl_category_innerdiv1 { 
float:left;
display:block;
width:150px;
}
.wpgmza_sl_category_innerdiv2 {
float:left;
}
.wpgmza_sl_search_button {
}
.wpgmza_marker_approval_msg { font-weight: bold; }
.scrollFix {
line-height: 1.35;
}
.wpgmza_infowindow_description { white-space: normal; }
.wpgmza_infowindow_title { white-space: normal; }
.wpgmza_infowindow_address { white-space: normal; }
.wpgmza_infowindow_title { font-weight: bold; }
#wpgmza_marker_list tr { vertical-align: middle !important; }
#wpgmza_marker_list td { vertical-align: middle !important; }
#wpgmza_marker_list td img { vertical-align: middle !important; }
.wpgmza_marker_carousel { clear:both; }
.wpgmza-shadow { 
-webkit-box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
-moz-box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
}
.wpgmza_innermap_holder { 
padding:5px;
background-color:white;
border: 1px solid #ccc;
border-radius:5px;
}
.wpgmza_small_img { max-width: 14px; max-height: 14px; }
ul.wpgmza_marker_list_class {
list-style: none;
margin-left:5px;
padding-left:0;
}
.wpgmza-basic-list-item { float:left; cursor:pointer; }
.wpgmaps_blist_row { clear:both; display:block; height:auto; overflow:hidden;   }
.wpgmaps_blist_row:hover { background-color:#EEE;  }
.wpgmza_div_marker { width:17px; height:17px; }
.wpgmza_div_address { padding-left:2px;}
.wpgmza_row {
width:100%;
display:block;
overflow:auto;
}
.wpgmza_row_col {
width:90%;
float:left;
display:block;
overflow:auto;
margin:0.25%;
padding:0.2%;
min-height:360px;
}
.wpgmza_row_col h2 { 
font-weight:900;
}
.wpgmza_row_col ul li {
margin: 0.3em 2.5em;
}
.wpgmza_row_col ul {
list-style-type:disc;
}
@media only screen and (min-width:480px) {
.wpgmza_row_col {
width:31%;
float:left;
display:block;
overflow:auto;
margin:0.25%;
padding:0.2%;
min-height:360px;
} 
}
.wpgmza_theme_selection_activate { border-radius: px;
padding-left: 0px;
padding-right: 0px;
border-left: 4px solid #0073AA;
} @media only screen and (min-width: 320px) and (max-width:568px) and (-webkit-min-device-pixel-ratio: 2) {
[data-maps-engine!='open-layers'] .wpgmza_infowindow_description,
[data-maps-engine!='open-layers'] .wpgmza_infowindow_address,
[data-maps-engine!='open-layers'] .wpgmza_infowindow_title {
width:140px !important;
}
}
.wpgmza-badge {
background-image: url(//plaidshirtfarms.com/core/modules/89aa05a27d/css/images/WP-google-maps-logo-1-B-transparent.png); position: absolute;
background: url(//plaidshirtfarms.com/core/modules/89aa05a27d/css/images/WP-google-maps-logo-1-B-transparent.png) center no-repeat;
-webkit-background-size: 202px 101px;
background-size: 202px 101px;
color: #fff;
font-size: 14px;
text-align: center;
font-weight: 600;
margin: 5px 0 0;
padding:5px;
height: 101px;
display: inline-block;
width: 202px;
text-rendering: optimizeLegibility;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
box-shadow: 0 1px 3px rgba(0,0,0,.2);
top: 0;
right: 0;
}
.wpgmza-clearfix {
zoom: 1;
}
.wpgmza-clearfix:before,
.wpgmza-clearfix:after {
content: '';
display: table;
table-layout: fixed;
}
.wpgmza-clearfix:after {
clear: both;
}
.wpgmza_sl_main_div {
overflow: hidden;
position: relative;
top: 10px;
}
.wpgmza_sl_query_div,
.wpgmza_sl_radius_div {
height: auto;
margin-bottom: 10px;
}
.wpgmza_sl_radius_div {
margin-bottom: 20px;
}
.wpgmaps_fullscreen {
position: fixed !important;
top:0;
left:0;
width:100% !important;
height: 100% !important;
z-index:9999;
}
.wpgmza-modern-store-locator {
text-align: center;
padding-top: 10px;
}
.wpgmza-modern-store-locator > .wpgmza-inner {
display: inline-block;
background: white;
padding: 0.5em !important;
border-radius: 2px;
font-family: Roboto, sans-serif;
box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
-o-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.wpgmza-modern-store-locator input,
.wpgmza-modern-store-locator select {
height: 28px !important;
vertical-align: top;
padding: 0 6px !important;
margin: 0 2px;
color: #777;
}
#addressInput {
width: auto !important;
display: inline;
}
.wpgmza-form-field {
position: relative;
overflow: hidden;
margin-top: 0;
margin-bottom: 5px;
padding-top: 25px;
}
.wpgmza-form-field:last-of-type {
margin-bottom: 18px;
}
.wpgmza-form-field--no-pad {
display: block;
padding-top: 0;
}
.wpgmza-form-field__label {
display: block;
color: #666;
font-weight: 400;
}
#wpgmza-map .wpgmza-form-field__label--float {
width: 100%;
position: absolute;
top: 37px;
background: #fff;
transition: all ease .3s;
}
.wpgmza-form-field__input:focus ~ label {
top: 8px;
color: #333;
font-weight: 700;
}
.wpgmza-modern-store-locator .wpgmza_sl_search_button {
cursor: pointer;
font-size: 15px;
padding: 0 0.3em;
height: 100%;
line-height: 28px;
color: #b7b7b7;
}
#wpgmza_map .wpgmza-inner .wpgmza-form-field__input,
#wpgmza_map .wpgmza-form-field input[type="text"],
#wpgmza_map .wpgmza-form-field input[type="url"],
#wpgmza_map .wpgmza-form-field input[type="password"],
#wpgmza_map .wpgmza-form-field input[type="search"],
#wpgmza_map .wpgmza-form-field input[type="number"],
#wpgmza_map .wpgmza-form-field input[type="tel"],
#wpgmza_map .wpgmza-form-field input[type="email"],
#wpgmza_map .wpgmza-form-field textarea,
#wpgmza_map .wpgmza-form-field select {
padding: 10px;
padding-left: 0;
border: none;
border-radius: 0;
transition: all .3s;
background: none;
box-shadow: none;
font-family: Roboto, sans-serif;
}
#wpgmza_map .wpgmza-inner .wpgmza-form-field__input:focus,
#wpgmza_map .wpgmza-form-field input[type="text"]:focus,
#wpgmza_map .wpgmza-form-field input[type="url"]:focus,
#wpgmza_map .wpgmza-form-field input[type="password"]:focus,
#wpgmza_map .wpgmza-form-field input[type="search"]:focus,
#wpgmza_map .wpgmza-form-field input[type="number"]:focus,
#wpgmza_map .wpgmza-form-field input[type="tel"]:focus,
#wpgmza_map .wpgmza-form-field input[type="email"]:focus,
#wpgmza_map .wpgmza-form-field textarea:focus,
#wpgmza_map .wpgmza-form-field select:focus {
background: none;
}
.wpgmza_sl_main_div input[type="button"],
.wpgmaps_directions_outer_div input[type="button"],
.wpgmza-inner input[type="button"]
.wpgmza_sl_main_div input[type="button"] {
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.ol-marker > img
{
max-width: none !important;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//plaidshirtfarms.com/core/modules/89aa05a27d/lib/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}