﻿

.lity-iframe .lity-container {


    max-width: 1300px;

}

.lity-iframe-container iframe {

    background: transparent;
    box-shadow: none;

}

.lity-content:after {

    box-shadow: none;

}

.lity-override-opaque {

    background-color: rgba(0, 0, 0, 1);

}

.lity-override-trans {

    background-color: rgba(0, 0, 0, 0);

}

.lity-close,
.lity-close:hover {

    position: absolute;
    left: initial;
    right: 10px;
    top: 10px;
    background-image: url('/App_Images/frontend/site/ico_close.svg');

}
.lity-wrap .lity-container{
    max-height:900px;
    max-width:900px;
}
/* Instructions Instructions ------------------------------------------------------- */
.lity-override-instructions .lity-container {

    max-width: 900px;

}

/* Product Instructions ------------------------------------------------------- */
.lity-override-product .lity-container {

    max-width: 1400px;
    width: 100%;
    padding: 0 0;
    height: 90%;
    max-height: 700px;

}

.lity-override-product .lity-content {

    height: 100%;

}

.lity-override-product .lity-iframe-container
{

    height: 100%;
    padding-top: 0;

}

/* Product Media Instructions ------------------------------------------------------- */
.lity-override-media {

    background-color: rgba(0, 0, 0, 0);

}

.lity-override-media .lity-container {

    max-width: 1200px;
    width: 100%;
    padding: 0 0;
    height: 90%;
    max-height: 700px;


}

.lity-override-media .lity-content {

    height: 100%;

}

.lity-override-media .lity-iframe-container
{

    height: 100%;
    padding-top: 0;

}