.modalstart{ /* ----*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sub-info{ /* ----*/
width: 100%;
}

.c-icon{
height:43px;
}

.title-vid{
padding-left:10px;
width: 280px;
}
.play-icon{
text-shadow:1px 1px 2px #bfc3f7, 0 0 1em #d77a7a;
}

@media (min-width: 320px) and (max-width: 768px){
.modal-content, .teondiv{
width: 350px;


}
.teonvi {
    width: 338px;
    height: 200px;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
  
.modal-content, .teondiv{
width: 600px;


}
.teonvi {
    width: 588px;
    height: 300px;
}
  
}

@media (min-width: 924px) and (max-width: 2280px) {
.modal-content, .teondiv{
width: 900px;


}
.teonvi {
    width: 888px;
    height: 500px;
}

}


@media screen and (max-width: 479px){
.category-box{
width: 250px;
}
}

@media screen and (max-width: 479px){
.category-box:hover {
    background-color: #ffffff00 !important;
}
}



/* The Modal (background) */
.modal {
  top: 100px;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: rgb(0,0,0); /* Fallback color */
  /* background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  margin: 5% auto; /* 15% from the top and centered */
  padding: 5px;
  border: 1px solid #888;
   border-radius: 5px;
  /*width: min-content; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  margin-right: 10px;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #f4e5e5;
  text-decoration: none;
  cursor: pointer;
}

.category-list .vids{ /*---*/
width: 100%;
min-height: 100%;
padding:0px;}

.vids .category-box{/*---*/
min-height: 600px;
}

@media only screen and (min-device-width:768px) and (max-device-width : 1024px) {

	.vids .category-box{
	min-height: 500px;
	}

}

@media screen and (max-width: 768px) {/*---*/
	.vids .category-box{
	min-height: 250px;
	max-width: 400px;
	}

}

.but-embed{
    position: absolute;
    z-index: 9;
    background-color: #012e679c;

    border-top-left-radius: 10px;
    
    padding: 8px;
    color: white;
    height: 60px;
}