.plp-container{
    width:400px;
    height:250px;

    max-height: 100%;
    max-width: 100%;

    padding-top: 10px;
    overflow: hidden;
}

.plp-block{
    overflow: hidden;
    resize: both;

    position: relative;
    height: 849px;
    width: 1309px;

    transform: scale(0.25);
    -moz-transform: scale(0.25);
    -o-transform: scale(0.25);
    -webkit-transform: scale(0.25);

    transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    
    min-height: 199px;
    min-width: 399px;
}

.plp-iframe{
    width: 100%;
    height: 100%;
    border: 1px solid black;
    pointer-events: none;
}

@media screen and (max-width: 1300px) {
    .plp-block {
        height: 720px;
        max-height: 720px;
        width: 1110px;
        max-width: 1110px;
    }
}

@media screen and (max-width: 1000px) {
    .plp-container{
        display: none;
    }
}