* {
  box-sizing: border-box;
}
/* Create three equal columns that floats next to each other */
.column1 {
  float: left;
  width: 30%;
  padding-left: 15px;
  padding-top: 0px;
  overflow-y: scroll;
  height: 500px;
  scroll-behavior: smooth;
}
.column2 {
  float: left;
  width: 70%;
  padding: 30px;
}

/* Clear floats after the columns */
.row3:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
  .column1,.column2 {
    width: 100%;
  }
}
#playlist {
  /*  display:table;*/
  margin-bottom: 15px;
  margin-top: 30px;
}

.text-block {
  font-size: 17px;
  bottom: 25px;
  background-color: #f5f5f5;
  color: black;
  /*text-transform: uppercase;*/
  margin-top:20px;
  text-align:left;
  font-weight: 620;
  line-height: 19px;
}
.embedresize {
max-width: 960px;
margin: auto;
}

.embedresize div {
position: relative;
height: 0;
padding-bottom: 56.25%;
}

.embedresize iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.embedresize2 {
position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.embedresize2 div {
position: relative;
height: 0;
padding-bottom: 56.25%;
}

.embedresize2 iframe {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#playlist ul {
    display: block;
    text-align: center;
	margin-bottom: 30px;
	
}
#playlist li {
    /*display: inline-block;*/
	list-style-type: none;
    /*margin: 0 10px;*/
    margin-top: 13px;
	/*margin-right: 20px;*/
	font-weight: 620;
	line-height: 19px;
	border: 0px solid #2188ff;
	vertical-align: top;
	color: #2188ff;
	cursor: pointer;
	text-align: left;
	font-size: 18px;
}

#videoarea {
   /*float:left;*/
   /* width:640px;*/
   /*height:480px;*/
   /*margin:10px;*/    
   /* border:1px solid silver;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 10px;
}
/* VIDEOS */
.thumbnail{
    cursor: pointer;
    margin: 0 2px 4px 0;
    /*border: 2px solid #fff;*/
    box-shadow: 0 1px 1px #ccc;
    width: 200px;
}

.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #2188ff;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 180%;
  /*left: 80%;*/
  margin-left: -72px;
  word-wrap: break-word;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #2188ff transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip2 {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 140px;
  background-color: #2188ff;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 60%;
  margin-left: -147px;
  word-wrap: break-word;
  cursor: pointer;
}

.tooltip2 .tooltiptext2::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #2188ff transparent;
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}
#video div.row {
    margin-top: 10px;
    margin-bottom: 10px;
}
#video div.row div.col {
    width: 150px;
    display: inline-block;
    margin: 5px;
}
#video div.row div.col h1 {
    font-size: 20px;
    line-height: 17px;
    font-size: 16px;
    /*line-height: 80px;*/
    font-weight: 600;
}
/*frames*/
.iframos{
width: 290px;
height: 250px;
border: 0px;
overflow-x:hidden;
overflow-Y:hidden;
}	

