a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body{background: #000;font-family:Arial;touch-action: none;}

.media-controls-container {
  display:none; /** hide shadow content  **/
}
video::-webkit-media-controls {
  display:none !important;
}
video::-webkit-media-controls-enclosure {
  display:none !important;
}
video::-webkit-media-controls-panel {
	display: none !important;
}

video::-webkit-media-controls-play-button {
	display: none !important;
}

video::-webkit-media-controls-current-time-display {
	display: none !important;
}

video::-webkit-media-controls-time-remaining-display {
	display: none !important;
}

video::-webkit-media-controls-timeline {
	display: none !important;
}

video::-webkit-media-controls-mute-button {
	display: none !important;
}

video::-webkit-media-controls-volume-slider {
	display: none !important;
}

video::-webkit-media-controls-fullscreen-button {
	display: none !important;
}

video::-internal-media-controls-download-button {
	display: none !important;
}
button{
 display: inline-flex;
 border: none;
 margin: 0;
 text-decoration: none;
 color: #000;
 font-family: sans-serif;
 font-size: 1rem;
 line-height: 1;
 cursor: pointer;
 text-align: center;
}

#video-container{
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index:9
}
#video-container:hover .ctl-above-top {
  display:block;
}
#ad-container > div{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%!important;
  width: 100%!important;
  z-index: 2147483647;
}
#ad-container > div > iframe{
  width: 100%;
  height: 100%;
}
#video{
  height: 100%;
  width: 100%;
  position:relative;
}

.st0 {
  fill:#fff;
  transition: 0.4s ease all;
}

.big-play-btn{
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.big-play-btn:hover .st0{
  fill:#479BD5;
}

#ad-wrapper{
  display: none;
}
#video-container.ad_paused #ad-wrapper,
.st0 {
  fill:#fff;
  transition: 0.4s ease all;
  display:block;
}

.big-play-btn{
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.big-play-btn:hover .st0{
  fill:#479BD5;
}

#video-container.ad_playing #ad-wrapper{
  display: block;
}

.play_ready .big-play-btn-wrapper{
  display: block;
}
.big-play-btn-wrapper{
 display: none;
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 2147483647;
}
.big-play-btn {
  width: 100px;
  height: auto;
  margin: 0 auto;
  margin-top: 10%;
}

.play-btn__svg{
  transition: 1s;
  fill:#fff;
  opacity: .8;
}

.play-btn:hover .play-btn__svg {
  fill: #fff;
  opacity: 1;
}

.sv-loading-anim{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:2147483647;opacity:.8}.sv-loading-anim-inner{display:block;position:relative;left:50%;top:50%;width:150px;height:150px;margin:-75px 0 0 -75px;border-radius:50%;border:5px solid transparent;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;border-top-color:#479BD5}.sv-loading-anim-inner:after,.sv-loading-anim-inner:before{content:"";position:absolute}.sv-loading-anim-inner:before{top:5px;left:5px;right:5px;bottom:5px;border-radius:50%;border:5px solid transparent;border-top-color:#ccc;-webkit-animation:spin 3s linear infinite;animation:spin 3s linear infinite}.sv-loading-anim-inner:after{top:15px;left:15px;right:15px;bottom:15px;border-radius:50%;border:5px solid transparent;border-top-color:#ebebeb;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}

.video_playing .video-buffering .sv-loading-anim {
  display: block;
}

.play_ready .sv-loading-anim,
.video_complete .sv-loading-anim,
.ad_paused .sv-loading-anim,
.video_playing .sv-loading-anim,
.ad_playing .sv-loading-anim,
.video_paused .sv-loading-anim{
  display:none;
}



 /* .ad_paused .ctl-container,
.ad_playing .ctl-container{
  display:block;
}
.ctl-container{
  position: absolute;
  z-index: 2147483647;
  bottom: 30px;
  color: #fff;
  padding:10px;
  display:none;
  background: rgba(100,100,100,0.5);
  padding: 0px 7px;
  border-radius: 4px;
  margin-left: 6px;
}
.ctl-above-bottom{
  display: none;
  font-size: .8em;
  margin-bottom:10px;
} */

/* .ad_playing .options{
  display:none;
}
/** embed button **/
/* @media (max-width:768px) {
  .options {
    display:none;
  }
}
.options {
  display:block;
  z-index: 99999999999999999;
  position: absolute;
  width:30%;
  right:0;
  top:0;
  height:50%;
  /* border:green solid 1px; */
  /* pointer-events:none;
}
.ctl-above-top {
  display: none;
  font-size: .8em;
   margin-top: 10px; 
  z-index: 99999999999999999;
  position: absolute;
  top: 1.5em;
  right: 2em;
  background: rgba(100,100,100,0.5);
  padding: 5px 30px 20px 8px;
  border-radius: 4px;
  pointer-events:all;
}
.embed-btn {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  /* vertical-align: -.125em; 
}*/
.ctl-above-top:hover {
  background-color: gray;
}
.ctl-above-top:active {
  background-color: white;
}

/*.embed-container {
  padding: 20px;
  display: none;
  width: 100%;
  color: white;
  font-size: 18px;
  font-weight: bold;
  background-color: #111B26;
  line-height: 1em;
  position: fixed;
  left: 0;
  top: 0;
  text-align: left;
}


.embed-text {
  display: block;
  width: 93.5%;
  text-overflow: clip;
  margin: 13px 0;
  font-size: 14px;
  padding: 4px;
  border-radius: 4px;
  border: 0;
}

#embed-copy {
  background: #1C5290;
  border-radius: 4px;
  border: 0;
  color: #fff;
  padding: 7px 14px;
  font-size: 14px;
  margin-top: 5px;
}  */

/* .ad_playing .ctl-container .play{display:none;}
.ad_paused .ctl-container .pause{display:none;}
.ctl-container .play-pause-btn span{display:block;}
.ctl-container .play-pause-btn{
  background:none;
  color:#fff;
  outline:0;
  padding: 6px;
} */
.mute-btn{
  display:none;
  position: absolute;
  z-index: 2147483647;
  bottom: 25px;
  right: 10px;
  color:#fff;
  cursor:pointer;
}
.is-mute .mute-btn{
  display:block;
}


/* .ad-wrapper{} */

.is-unmuted .mute-btn{
  display:none;
} 
 .video_playing .mute-btn{
  display: none;
}
.video_paused .mute-btn {
  display: none;
}
.ad_paused .mute-btn {
  display: block;
}
.ad_playing .mute-btn {
  display: block;
}


.mute .bi-volume-mute-fill {
  display:block;
}

.mute .bi-volume-up-fill {
  display:none;
}

#unmute .bi-volume-mute-fill {
  display:none;
}

#unmute .bi-volume-up-fill {
  display:block;
}
/* .ad-wrapper{} */


/*********** NEW CONTROLS ************/

.video-controls.controls {
  width: auto;
  transition: 0.4s ease all;
  position: absolute;
  left: 10px;
  right: 10px;
  z-index: 10;
}
.controls, .controls > * {
	padding:0;
	margin:0;
}
.controls {
  position: absolute;
  bottom: 87px;
  padding: 5px;
  border-radius: 4px;
  /* margin-left: 6px; */
	background:transparent;
	width:100%;
	height:8.0971659919028340080971659919028%; /* of figure's height */
	/* position:relative; */
  z-index: 1;
}
.controls[data-state=hidden] {	
  bottom: -100px;
}
.controls[data-state=visible] {	
  bottom: 25px;
}

.left-controls {
  float: left;
  position:relative;
  z-index:2147483647;
}

.right-controls {
  float: right;
  position:relative;
  z-index:2147483647;
}

.mobile-c.controls[data-state=hidden] {	
  display: none;
}
.mobile-c.controls[data-state=visible] {
  display:block;
}

.mobile-c.controls .progress {
  height: 9px;
  margin-top: 4px;
  position:relative;
  z-index:2147483647;
}

.mobile-c .audio{
  margin-right: 10px;
}

.controls > * {
	height:100%;
	display:block;
}
.progress {
	cursor:pointer;
	width:100%;
}
.controls .audio {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.controls .audio .mute{
  margin-right: 0;
  position: relative;
}
.controls button {
  width: 20px;
  height: 20px;
	text-align:center;
  border:none;
  cursor:pointer;
  text-indent:-99999px;
  background:transparent;
  background-size:contain;
  background-repeat:no-repeat;
  margin: 0;
  padding: 0;
}
/* .controls button:hover, .controls button:focus {
	opacity:0.5;
} */
.left-controls button{
  margin-right: 5px;
}
.right-controls button {
  margin-left: 10px;
}
.controls button[data-state="pause"] {
	background-image: url('../video/images/play-solid.svg');
}
.controls button[data-state="play"] {
	background-image: url('../video/images/pause.svg');
}
.controls button[data-state="mute"] {
	background-image: url('../video/images/volume-muted-solid.svg');
}
.controls button[data-state="unmute"] {
	background-image: url('../video/images/volume-solid.svg');
}
.controls button[data-state="go-fullscreen"] {
	background-image: url('../video/images/expand-wide-solid.svg');
}
.controls button[data-state="cancel-fullscreen"] {
	background-image: url('../video/images/compress-wide-solid.svg');
}
.controls button[data-state="skip"] {
  background-image: url('../video/images/next-solid.svg');
}
.controls button[data-state="settings"] {
  background-image: url('../video/images/cog-solid.svg');
}
.controls button[data-state="code"] {
  background-image: url('../video/images/code-solid.svg');
}
.controls button[data-state="live"] {
  background-image: url('../video/images/camcorder-solid.svg');
}
.controls button[data-state="captions"] {
  background-image: url('../video/images/cc-solid.svg');
}
.captions[data-state="hidden"] {
  display:none;
}
.controls button[data-state="picture-in-picture"] {
  background-image: url('../video/images/pip-solid.svg');
}
.pip[data-state="hidden"] {
  display:none;
}
.controls button[data-state="cast"] {
  background-image: url('../video/images/cast-solid.svg');
}
.cast[data-state="hidden"] {
  display:none;
}

/** volume **/
#volume {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  height: 60px;
  width: 10px;
  border-radius: 5px;
  background: #ccc;
  outline: none;
  writing-mode: bt-lr; /* IE */
  -webkit-appearance: slider-vertical; /* WebKit */
  position: absolute;
  bottom: 105%;
  left: 2px;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease all;
  /* display:none;
	position: absolute;
	left: 24px;
	margin: 0 auto;
	height: 5px;
	width: 300px;
	background: #555;
	border-radius: 15px;
	cursor: pointer;  */
}

.mute:hover #volume {
  opacity: 1;
  visibility: visible;
}
	
/* .ui-slider-range-min {
  height: 5px;
  width: 300px;
  position: absolute;
  background: #555;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
}

.ui-slider-handle {
  width: 5px;
  height: 5px;
  border-radius: 20px;
  background: #FFF;
  position: absolute;
  margin-left: -5px;
  /*margin-top: -8px;*/
  /* cursor: pointer;
  outline: none;
} */



/* current time / duration */
.timetrack {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}


/* progress bar */
.controls .progress {
	display:block;
	width:100%;
	height:7px;
	margin-top:2px;
	border:none;
	overflow:hidden;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#005687; /* Internet Explorer uses this value as the progress bar's value colour */
}
.controls .break{
  flex-basis: 100%;
  height: 0;
}
.controls progress[data-state="fake"] {
	background:#fff;
	height:65%;
}
.controls progress span {
	width:0%;
	height:100%;
	display:inline-block;
	background-color:#005687;	
}

.controls progress::-moz-progress-bar {
	background-color:#005687;
}
/* Chrome requires its own rule for this, otherwise it ignores it */
.controls progress::-webkit-progress-value {
	background-color:#005687;
}

#mobile-main-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 45%;
}

#mobile-main-controls .playPause, #mobile-main-controls .skipToNextVideo{
  width:40px;
  height:40px;
  margin:0;
}

.controls.mobile-c > * {
  height: auto;
  margin-bottom: 5px;
  bottom: 0;
  position:relative;
  z-index:1;
}

.mobile-c .underlay {
  height: 450px;
  bottom: -30px;
  position:absolute;
  z-index: 0;
}

.mobile-c .right-controls button{
  margin-left: 10px;
  width: 17px;
  height: 17px;
}

.mobile-c .timetrack{
  font-size: 14px;
}

.mobile-c .controls .progress {
  height: 10px;
  margin-top: 4px;
}

.settingsBox {
  position: absolute;
  bottom: 75px;
  right: -350px;
  background: rgba(42,60,79,0.8);
  transition: 0.3s ease all;
  max-height: 60%;
  z-index: 2147483647;
}

#quality.hidden {
  display:none;
}

.settingsBox.show, .settingsBox.embedBox.show, .settingsBox.speedBox.show, .settingsBox.qualityBox.show{
  right: 12px;
  border-radius: 10px;
  overflow: scroll;
}

.settingsBox.speedBox.show {
  top: 0px;
}

.settingsBox.embedBox, .settingsBox.speedBox, .settingsBox.qualityBox {
  right: -200px;
}

#speedBox .settingsBox{
  bottom: unset;
  top: 15px;
}

#embedCode {
  margin: 0 10px 10px 10px;
  padding: 5px;
  width: calc(100% - 24px);
  font-size: 12px;
  border: none;
  border-radius: 4px;
  height: 50px;
}

.embedText {
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

#embedClicker {
  display: block;
  margin: 0 10px 10px 10px;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 4px;
}

#embedCopier {
  padding: 10px;
}

fieldset .set {
  padding: 10px 15px;
  font-size: 14px;
  border-bottom: 0;
}

fieldset legend.set{
  font-size: 14px;
  padding: 12px;
  border-bottom: 1px solid rgba(211,211,211,0.4);
}

fieldset .set:last-child{
  padding-bottom: 8px;
  border-radius: 0 0 10px 10px;
}

fieldset .set:first-child{
  border-radius: 10px 10px 0 0;
}

.set {
  color: #fff;
  font-size: 14px;
  padding: 15px;
  padding-right: 33px;
  border-bottom: 1px solid rgba(211,211,211,0.4);
  cursor: pointer;
}

.set:last-child{
  border-bottom: 0
}

.set img{
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  padding-right: 12px;
  margin-top: -4px;
}

/* Custom Captions Rendering */

.scripps_captions_container[data-state="visible"] {
  display:block;
}
.scripps_captions_container[data-state="hidden"] {
  display:none
}
.scripps_captions_top {
  position: absolute;
  bottom: 125px;
  left: 15px;
  padding: 10px 10px 5px 10px;
  border-radius: 4px 4px 0 0;
	background: rgba(0,0,0,0.65);
	max-width:70%;
	min-height: 20px;
  z-index: 2147483647;
  color:white;
  line-height: 1.2;
}
.scripps_captions_bottom {
  position: absolute;
  bottom: 90px;
  left: 15px;
  padding: 5px 10px 10px 10px;
  border-radius: 0 0 4px 4px;
	background: rgba(0,0,0,0.65);
	max-width:70%;
	min-height:20px;
  z-index: 2147483647;
  color:white;
  line-height: 1.2;
}

.caps:empty {
  display:none
}

.scripps_captions_top:empty, .scripps_captions_bottom:empty {
  background: none;
}

/********************************* AD Controls */
#ad-controls {
  width: auto;
  padding: 10px 0;
  position: absolute;
  bottom: 45px;
  left: 10px;
  right: 10px;
  z-index: 2147483647;
}

#ad-controls .progress {
  height: 5px;
  margin-top: 18px;
}

#ad-controls[data-state=hidden] {
  display: none;
}

#ad-controls[data-state=visible] {
  display: block;
}

#ad_volume {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  height: 60px;
  width: 10px;
  border-radius: 5px;
  background: #ccc;
  outline: none;
  writing-mode: bt-lr; /* IE */
  -webkit-appearance: slider-vertical; /* WebKit */
  position: absolute;
  bottom: 105%;
  left: 2px;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease all;
  /* display:none;
	position: absolute;
	left: 24px;
	margin: 0 auto;
	height: 5px;
	width: 300px;
	background: #555;
	border-radius: 15px;
	cursor: pointer;  */
}

#ad_mute:hover #volume {
  opacity: 1;
  visibility: visible;
}
/* current time / duration */
#ad_time {
  display: inline-flex;
  color: #fff;
  font-size: 14px;
}

.ad_p, .ad_audio {
  background-color: rgba(100,100,100,0.5);
  border-radius: 4px;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}

.ad_audio {
  margin-left: 10px;
}

#ad_controls.controls .progress{
  height: 4px;
  margin-top: 11px;
}

/* progress bar */
.controls #ad_progress {
	display:block;
	width:100%;
	border:none;
	overflow:hidden;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#d1d801; /* Internet Explorer uses this value as the progress bar's value colour */
}
.controls .break{
  flex-basis: 100%;
  height: 0;
}
.controls #ad_progress[data-state="fake"] {
	background:#fff;
	height:65%;
}
.controls #ad_progress span {
	width:0%;
	height:100%;
	display:inline-block;
	background-color:#d1d801;	
}

.controls #ad_progress::-moz-progress-bar {
	background-color:#d1d801;
}
/* Chrome requires its own rule for this, otherwise it ignores it */
.controls #ad_progress::-webkit-progress-value {
	background-color:#d1d801;
}
.underlay{
  position: absolute;
  width: 110%;
  height: 150px;
  bottom: -25px;
  left: -10px;
  right: 0;
  z-index: -9;
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(17,27,38,1));
}

/* Radio Button Styles */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 13px;
    display: inline-block;
    color: #fff;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #A70808;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

 /* Big screen video player  */
@media screen and (min-width: 1024px) {
  .controls[data-state=hidden] {
    bottom: -400px;
  }
  .controls button{
    width: 25px;
    height: 25px;
  }

  .controls .audio {
    width: 25px;
    height: 25px;
  }

  .controls[data-state=visible] {
    bottom: 1px;
  }

  .controls > * {
    height: auto;
    margin-bottom: 20px;
  }

  .timetrack {
    font-size: 16px;
    vertical-align: sub;
  }

  .underlay {
    height: 400px;
  }

  .scripps_captions_bottom{
    bottom: 140px;
    font-size: 30px;
    /* height: 30px; */
  }
  .scripps_captions_top{
    bottom: 185px;
    font-size: 30px;
    /* height: 30px; */
  }
  .set {
    font-size: 16px;
  }
  .set img {
    width: 15px;
    height: 15px;
  }
  .settingsBox {
    bottom: 125px;
  }
  fieldset legend.set, fieldset .set{
    font-size: 13px;
  }
  
}

@media screen and (min-width: 1000px) and (max-width: 1023px) {
  .controls button{
    width: 25px;
    height: 25px;
  }

  .controls .audio {
    width: 25px;
    height: 25px;
  }

  .controls[data-state=visible] {
    bottom: 0;
  }

  .controls > * {
    height: auto;
    margin-bottom: 20px;
  }

  .timetrack {
    font-size: 16px;
    vertical-align: sub;
  }

  .underlay {
    height: 400px;
  }

  .scripps_captions_bottom{
    bottom: 140px;
    font-size: 30px;
    /* height: 30px; */
  }
  .scripps_captions_top{
    bottom: 185px;
    font-size: 30px;
    /* height: 30px; */
  }
  .set {
    font-size: 16px;
  }
  .set img {
    width: 15px;
    height: 15px;
  }
  .settingsBox {
    bottom: 125px;
  }
  fieldset legend.set, fieldset .set{
    font-size: 13px;
  }
}

@media only screen and (max-width: 480px){
  .set{
    font-size: 14px;
  }
  .settingsBox {
    bottom: 55px;
    max-height: 55%;
  }
  fieldset .set {
    font-size: 14px;
    padding: 10px 15px;
  }
  fieldset legend.set {
    font-size: 14px;
  }
  .scripps_captions_bottom {
    bottom: 65px;
    width: 75%;
  }
  .scripps_captions_top {
    bottom: 30px;
    width: 75%;
  }
  #ad-controls .progress {
    margin-top: 23px;
  }
}

@media only screen and (orientation: portrait){
  .fullscreen .settingsBox {
    bottom: 115px;
  }
  .fullscreen .scripps_captions_bottom {
    bottom: 200px;
    width: 75%;
  }
  .fullscreen .scripps_captions_top {
    bottom: 170px;
    width: 75%;
  }
}