.box-shadow-img {
box-shadow: 0px 0px 7px 3px #e4e4e4;
margin-left: 0px;
}
body .toc-panel .fusion-column-wrapper {
padding-left:25px !important;
}
.toc-center{
font-size: 18px;
font-weight: 500 !important;
color: #092933;
line-height: 1.9em;
}
.cust-full-width .fusion-column-wrapper{
margin-left:0% !important;
margin-right:0% !important;
}
.youtube-embed{
width:90%;
height:385px;
box-shadow: 0 0 25px -10px rgb(0 0 0 / 20%), 0 1px 10px 0 rgb(0 0 0 / 19%);
}

@media only screen and (max-width: 600px) {
  /* For Mobile phones: */
.youtube-embed{
width:100% !important;
height:250px;
box-shadow: 0 0 25px -10px rgb(0 0 0 / 20%), 0 1px 10px 0 rgb(0 0 0 / 19%);
}
.youtube-container{
margin-left:-25px !important;
margin-right:-25px !important;
}
}

@media only screen and (min-width: 601px) and (max-width: 768px) { 
  /* For Tablet phones: */
.youtube-embed{
width:100% !important;
box-shadow: 0 0 25px -10px rgb(0 0 0 / 20%), 0 1px 10px 0 rgb(0 0 0 / 19%);
}
.youtube-container{
margin-left:-25px !important;
margin-right:-25px !important;
}
}