.modal.modal-large.modal-360-view .modal-dialog{
    width: 800px;
}
#modal360new .modal-body{
    height: 800px;
    padding: 0;
}
#Frame{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(244,244,244,0) 0%, rgba(244,244,244,0) 47%, rgba(244,244,244,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,244,244,0)), color-stop(47%, rgba(244,244,244,0)), color-stop(100%, rgba(244,244,244,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 11%, rgba(244,244,244,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 11%, rgba(244,244,244,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 11%, rgba(244,244,244,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 11%, rgba(244,244,244,1) 100%) !important;
}
#modal360new .line-break{
    position: absolute;
    left: 50px;
    right: 50px;
    height: 1px;
    background: #e5e5e5;
    z-index: 99;
    bottom: 70px;
}
#modal360new .text-wrapper{
    position: absolute;
    width: 50%;
    z-index: 9;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    font-size: 15px;
    color: #4d4d4d;
}
#modal360new .touch-img{
    position: absolute;
    bottom: 100px;
    height: 50px;
    width: 50px;
    left: 50%;
    transform: translate(-50%);
    background: url(../../images/sv2019/core/touch.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
}
@media (max-width: 1400px) {
    #modal360new .modal-body {
        height: 500px;
        padding: 0;
    }
    .modal.modal-large.modal-360-view .modal-dialog {
        width: 500px;
    }
    #modal360new .line-break {
        bottom: 50px;
    }
    #modal360new .text-wrapper {
        width: 70%;
    }
}
@media (max-width: 767px){
    #modal360new .text-wrapper {
        width: 80%;
    }
    #modal360new .touch-img{
        bottom: 70px;
    }
}