.header.fixed-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 90px 15px 0px 15px;
    background: #0f0f0fbf;
    color: white;
    padding: 5px 10px;
    z-index: 700;
}

.view-type {
    display: flex;
    margin: 0;
}

.view-type li {
    list-style: none;
    margin-left: 10px;
}

.view-type li a {
    color: white;
    text-decoration: none;
}

.fixed-top.line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.798);
    margin: 0px 15px;
    padding: 137px 0px 0px 0px;
    background-color: rgb(241, 241, 241);
    z-index: 500;
}

.videos {
    margin-top: 150px
}

.portlet {
    margin-bottom: 15px;
}

.portlet .portlet-title {
    background-color: #1570b7;
    padding: 0 10px;
    margin-bottom: 0;
    color: #fff
}

.portlet.box.green>.portlet-title>.caption {
    padding: 10px 0px;
    font-weight: 600;
}

.portlet-body {
    padding: 10px 10px;
    box-shadow: 0px 2px 10px 0px grey;
}



@media (min-width: 768px){
.modal-dialog {
max-width: 600px;
margin: 1.25rem auto;
}
}

@media (min-width: 992px){
.modal-dialog {
max-width: 750px;
margin: 1.25rem auto;
}
}

.loading {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.vhead {
    padding: 10px 0px;
    font-size: 16px;
}

.portet-light {
    box-shadow: 0px 0px 6px 1px grey;
    margin-top: -8px;
    padding: 12px 12px 7px;
}

#video {
width: -webkit-fill-available;
height: 300px;
}
.list {
    margin: 8px;
    padding: 5px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 1px 1px 4px grey;
    color: #494949;
    font-weight: 500;
}


.vitem {
    display: block;
    /* display: none; */
    width: 100%;
    height: 200px;
    border-radius: 15px;
}

.icon {
    display: none;
}



.list:hover,
.list:focus {
    text-decoration: none;
}

.portlet>iframe {
    width: 100%;
    height: 280px;
    margin: 12px 0px
}

.gridlayout {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.grid {
    display: flex;
    flex-direction: column-reverse;
    padding: 5px 0px;
    color: #494949;
}

.grid div {
    padding: 5px 0px;
}

.grid:hover,
.grid:focus {
    text-decoration: none;
    cursor: default;
}

.grid-align {
    padding: 0px 15px;
    position: relative;
    min-height: 1px;
    width: 33.3333%;
}

@media (width <=991px) {
    .grid-align {
        width: 50%
    }
    .portlet>iframe {
        height: 50vh;
        width: 100%;
    }
}

@media (width <=668px) {
    .grid-align {
        width: 100%;
    }
    .portlet>iframe {
        height: 40vh;
    }
}

@media (width >= 250px) {
    

}