
/*  
Name: Style Campaign SVG Xmas Slots
URI: http://www.stylecampaign.com/
Description: SMIL Animation Control for SVG
Author: Alexander Yeaman
Author URI: http://www.stylecampaign.com
Version: 1.0
(C) Style Campaign 2019
*/


@media screen and (min-width: 0) {
 
  *[class=svglayer]{display:table !important; width:100% !important; height:auto !important}
  .is-object{
    display: block !important;
    max-height: none !important;
    position: relative !important;;
    padding-bottom: 69.23% !important;
    height: 0 !important;;
	overflow: hidden !important;
	width:100% !important; 
  }
  *[class=to100pc-svg]{position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important;}
  
  #pixeltext{display:none !important;}
  *[class=pixeltext]{display:none !important;}
}
@media screen and (max-device-width: 650px), screen and (max-width: 650px) {
*[class=to100pc]{width:100% !important; height:auto !important}
#svglayer{width:100% !important; height:160px !important;}
*[class=svglayer]{position:relative; left:0%; bottom:20px}
*[class=debug]{width:100% !important; height:auto !important}
}
@media screen and (max-device-width: 359px), screen and (max-width: 359px) {
#svglayer{width:100% !important; height:120px !important;}
*[class=svglayer]{position:relative; left:0%; bottom:18px}
}


.debug:before{
    content:""
}
