/*
 * ==============================================
 * Skin for embedded tutorial videos
 * ==============================================
 */

 :root {
    --sh-black:#000000;
    --sh-blue:#037CC2;
    --sh-very-light-grey:#F4F4F6;
    --sh-light-grey:#ECECF0;
    --sh-grey:#797676;
    --sh-dark-grey:#999999;
    --sh-petrol:#003746;
}


#video-elements h1 {
    margin-bottom: 20px;
}

.video_element { flex: 1 0 auto; }


div.ug-video-chemistry{
    display:block !important;
    background-color: #e9fcff !important;
  }

  div.ug-video-feedback{
    display:block !important;
    background-color: #fff3e4 !important;
  }


  #ug-editor-name{
    margin: auto;
    margin-bottom: 0.5em;
    color: #ffffff;
    width: 500px;
    max-width:700px;
    font-size: 2.4em;
    font-family: "Roboto";
	font-weight:300;
    background: url("/img/Editor80.png") no-repeat;
    background-position:0 50%;
    padding-left: 90px;
    line-height: 1.2em;
}
#ug-editor-name:before {
    height: auto;
}

#ug-video{
    text-align: center;
}

#ug-logo a{color: #ffffff}
/**
 * Style video presentation section
 */

#ug-video{
    position: absolute;
    width: 100%;
    left: 0;
    height: 202px;
}
.wh_main_page .wh_content_area {
	margin:0;
}
h1.container_title{
    padding:0;
	margin:.5em;
    font-size: 1.5em;
}
.duration {
    color: #fff;
    font-size: 0.8em;
    padding: 0px 4px;
    display: block;
    line-height: 1.5em;
    background-color: #000;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.square .vd_decoration {
    margin-top: 33px;
    margin-left: 68px;
}
.vd_decoration {
    background-image: url("../img/play_button_small.png");
    background-repeat: no-repeat;
    width: 86px;
    height: 86px;
    /* margin-top: 30px; */
    /* margin-left: 70px; */
    position: absolute;
    cursor: pointer;
}
.vcontent .square{
    text-align: center;
    background-color: #eee;
    border: 1px solid #bbb;
    box-shadow: 1px 1px 4px #bbb;
    width: 176px;
    height: 97px;
    overflow-y: hidden;
    margin: auto auto 10px;
    position: relative;
}
.vd_title a {
    color: var(--sh-blue);
    width: 100%;
    font-size: 0.9em;
    line-height: 1.6em;
    height: 35px;
    display: inline-block;
    text-align: center;
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .wh_tiles {
      margin-top: 20px;
    }
    #ug-video {
      position:relative;
      height: 470px;
    }
	#ug-editor-name {
		display:none;
	}
    .vd_title{
        padding-bottom: 17px;
    }
}