.iframe-id{
    position: relative;
    width: 100%;
    height: calc(100% - 40px);
    text-align: center;
    transition: 0.2s all ease-in-out;
}
.func-reponsive{
    background: #30373b;
    height: 40px;
}
.func-reponsive .view-back {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
}
.response-demo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.response-demo .view-type{
    display: flex;
    gap: 10px;
}

.func-reponsive .view-type a.current, .func-reponsive .view-type a:hover {
    color: #fff;
}
.func-reponsive .view-type a {
    display: flex;
    color: #a9a9a9;;
    font-weight: bold;
    font-size: 15px;
    margin-right: 10px;
    text-decoration: none;
    align-items: center;
}
.func-reponsive .view-type a.current svg, .func-reponsive .view-type a:hover svg {
    fill: #fff;
}
.func-reponsive .view-type a svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    fill: #a9a9a9;
    margin-right: 7px;
    flex-shrink: 0;
}
.func-reponsive .view-type a.tablet svg {
    transform: rotate(-90deg);
}

.btn-buy-this a.btn-block{
    display: none;
    width: auto;
    border: none;
    background-color: #aacf28;
    color: #fff;
    margin-top: 4px;
    font-size: 14px;
}
.btn-buy-this a.btn-block:hover,.btn-buy-this a.btn-block:focus,.btn-buy-this a.btn-block:active{
    background-color: #aacf28 !important;
    box-shadow: none !important;
}
.es-purchase-theme{
    display: none !important;
}