#pbi-embed {
    width:100%;
    border:none;
    height:100%;
}
.ms-partner {
    font-size: 13px;
    color: #666;
    background: url(../../v3/img/microsoft.svg) center top no-repeat;
    background-size: auto 24px;
}
.info-thumb {
    position: absolute;
    left: 15px;
    bottom: -30px;
    right:auto;
    width:90px;
    height:90px;
    background-color:#FFF;
}
.small-list {
    margin: 0;
    padding: 0;
}
.small-list li {
    line-height: 30px;
    list-style: none;
}
.small-list li .material-icons {
    float: left;
    margin: 3px 6px 0 0;
}
.dashed {
    cursor: pointer;
    border-bottom: dashed 1px #666;
}
.pbi-purchase-card {
  position:relative;
}
#pbi-purchase-card {
  position:absolute;
  visibility:none;
  height:0;
  top:-140px;
}
label.control-label.required::after,
.label-required::after {
    content: "*";
    color: red;
    margin-left: 2px;
}
.modal .modal-body {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}
.blog-post .video {
  width:100%;
  height:500px;
}
@media (max-height: 650px) {
    .modal .modal-dialog {
        margin-top: 20px;
    }
    .modal .modal-body {
        max-height: calc(100vh - 200px);
    }
}
@media (max-width: 650px) {
    .blog-post .video {
      width:100%;
      height:350px;
    }
}
