.movetomedia{box-sizing: border-box; width: 100%; padding-right: 20px;}
.movetomedia *{box-sizing: border-box;}
.movetomedia img{max-width: 100%;}
.movetomedia .folderandimage{display: flex; flex-wrap: wrap;margin: 0 -0.5% 10px;}
.movetomedia .folderandimage>br{display:none;}
.movetomedia .folderandimage a {flex: 0 0 11.5%;text-align: center;text-decoration: none;padding: 10px;position: relative;background: #f0f0f1;cursor: pointer;margin: 0.5%;color: #3c434a;font-size: 13px;transition: 0.2s all ease;border: 1px solid rgb(0 0 0 / 10%);}
.movetomedia .folderandimage a:hover {color: #135e96;box-shadow: inset 0 0 15px rgb(0 0 0 / 10%), inset 0 0 0 1px rgb(0 0 0 / 5%);}
.movetomedia .folderandimage a:focus{outline:0;color: #135e96;box-shadow: inset 0 0 15px rgb(0 0 0 / 10%), inset 0 0 0 1px rgb(0 0 0 / 5%);}
.movetomedia .folderandimage a img{display:block;margin: 0 auto;}
.movetomedia .folderandimage .imagecollection{flex:0 0 100%; max-width: 100%;}
.movetomedia .dam-topfilter {display: flex;justify-content: space-between;align-items: center;margin-top: 30px;flex-wrap: wrap;}
.movetomedia .dam-topfilter .dam-topfilter-select {display: flex;flex-wrap: wrap;align-items: center;}
.movetomedia .dam-topfilter .dam-topfilter-select > button.button-primary {margin: 10px;}
.movetomedia p.no-media {color: #646970;font-size: 18px;font-style: normal;margin: 0;padding: 80px 0 80px;text-align: center;}
.imagecollection-list {display: flex;flex-wrap: wrap;margin: 0;}
.imagecollection-list li{flex:0 0 8.33%;padding: 0.5%;}
.imagecollection-list li img{width: 100%;position: absolute;height: 100%;top: 0;left: 0;object-fit: cover;}
.card-box{display:flex; flex-direction: column;}
.card-box .card-thumb{box-shadow: inset 0 0 15px rgb(0 0 0 / 10%), inset 0 0 0 1px rgb(0 0 0 / 5%);background: #f0f0f1;cursor: pointer;position: relative;padding-bottom: 100%;overflow: hidden;border: 1px solid rgb(0 0 0 / 10%);}
.card-box label.cs-checkbox{position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: inherit; height: inherit; background-color: transparent; z-index: 2;padding: 10px;}
.card-box .pr-name{margin-top: 10px;font-size: 13px;display: none;}
.folderandimage .pagination-base {width: 100%;text-align: center;display: flex;justify-content: center;}
.folderandimage .pagination {margin-top: 15px;margin: 0 auto;display: flex;text-align: center;}
.folderandimage .pagination a {white-space: nowrap;flex: 0 0 auto !important;padding: 8px 12px;margin: 3px;}
.folderandimage .pagination a.active {color: #135e96;box-shadow: inset 0 0 15px rgb(0 0 0 / 10%), inset 0 0 0 1px rgb(0 0 0 / 5%);}
.lt-spinner {width: 50px;height: 50px;margin: 20px auto;background: transparent;border-top: 4px solid #2271b1;border-right: 4px solid transparent;border-radius: 50%;-webkit-animation: 1s spin linear infinite;animation: 1s spin linear infinite;}
.media-frame .media-frame-content .movetomedia {padding: 20px;}
.media-frame .media-frame-content .movetomedia .dam-topfilter {margin-top: 0;}


/* Responsive Media CSS =========== */
@media (max-width:1750px){
    .movetomedia .folderandimage a {flex: 0 0 15.6666666667%;}
    .imagecollection-list li {flex: 0 0 11.1%;}
}
@media (max-width:1500px){
    .movetomedia .folderandimage a {flex: 0 0 19%;}
    .imagecollection-list li {flex: 0 0 14.2%;}
}
@media (max-width:1250px){
    .movetomedia .folderandimage a {flex: 0 0 24%;}
    .imagecollection-list li {flex: 0 0 16.6%;}
}
@media (max-width:1050px){
    .movetomedia .folderandimage a {flex: 0 0 32.3333%;}
    .imagecollection-list li {flex: 0 0 20%;}
}
@media (max-width:782px){
    .movetomedia {padding-right: 10px;}
    .movetomedia .folderandimage a {flex: 0 0 49%;}
    .imagecollection-list li {flex: 0 0 25%;}
    .folderandimage .pagination {flex-wrap: wrap;}
    .movetomedia p.no-media {font-size: 16px;}
}
@media (max-width:575px){
    .imagecollection-list li {flex: 0 0 33.33%;}
}

@-webkit-keyframes spin {
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes spin {
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}














