.pvw-slider { width: 100%; padding: 20px 0; }
.pvw-slide { position: relative; text-align: left; cursor: pointer; }
.pvw-slide img { width: 100%; height: 180px; object-fit: cover; object-position: center; border-radius: 10px!important; }
.pvw-info { margin-top: 10px; }
.pvw-info h3{
    font-size: 18px;
    line-height: 23px;
    margin: 7px 0 0 0;
}
.pvw-position { 
    font-family: 'Roboto', sans-serif !important;
    display: inline-block;
    background-color: #000000;
    border-radius: 2px;
    color: #ffffff;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;

 }

.pvw-modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    /*background: rgba(0,0,0,0.8);*/
    background: #ff7312;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    padding: 0 20px 0 20px;
}

.pvw-modal-content {
    text-align: center;
}

.pvw-modal-title {
    color: #fff;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
}

.pvw-iframe-wrap iframe {
    width: 100%;
    max-width: 700px;
    height: 400px;
    border: none;
    border-radius: 8px;
}

.pvw-close {
    margin-top: 20px;
    background: transparent;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}
.pvw-close:hover{
    background: transparent;
    color: #cccccc;
}