/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.view360Link {
    display: flex;
    width: 50px;
    height: 50px;
}
.fancyView360 {
    z-index: 9999 !important;
}
.fancyView360 .fancybox__slide {
    padding: 0 !important;
}

@media (min-width: 768px) and (min-height: 750px) {
    .fancyView360 .fancybox__content {
        width: 650px !important;
        height: calc(670px * 1.0546 ) !important;
    }
}
@media (min-width: 768px) and (max-height: 749px) {
    .fancyView360 .fancybox__content {
        width: calc(530px / 1.0546 ) !important;
        height: 550px !important;
    }
}
@media (min-width: 768px) and (max-height: 549px) {
    .fancyView360 .fancybox__content {
        width: calc(380px / 1.0546 ) !important;
        height: 400px !important;
    }
}
@media (min-width: 768px) and (max-height: 369px) {
    .fancyView360 .fancybox__content {
        width: calc(280px / 1.0546 ) !important;
        height: 300px !important;
    }
}
@media (min-width: 768px) and (max-height: 349px) {
    .fancyView360 .fancybox__content {
        width: calc(280px / 1.0546 ) !important;
        height: 300px !important;
    }
}
/**/
@media (max-width: 767px) and (min-height: 450px) {
    .fancyView360 .fancybox__content {
        width: 400px !important;
        height: calc(420px * 1.0546 ) !important;
    }
}
@media (max-width: 767px) and (max-height: 449px) {
    .fancyView360 .fancybox__content {
        width: calc(330px / 1.0546 ) !important;
        height: 350px !important;
    }
}
@media (max-width: 767px) and (max-height: 349px) {
    .fancyView360 .fancybox__content {
        width: calc(280px / 1.0546 ) !important;
        height: 300px !important;
    }
}
@media (max-width: 767px) and (max-height: 300px) {
    .fancyView360 .fancybox__content {
        width: calc(220px / 1.0546 ) !important;
        height: 250px !important;
    }
}
/**/
@media (max-width: 449px) and (min-height: 380px) {
    .fancyView360 .fancybox__content {
        width: 350px !important;
        height: calc(370px * 1.0546 ) !important;
    }
}
@media (max-width: 449px) and (max-height: 379px) {
    .fancyView360 .fancybox__content {
        width: calc(320px / 1.0546 ) !important;
        height: 340px !important;
    }
}
@media (max-width: 449px) and (max-height: 349px) {
    .fancyView360 .fancybox__content {
        width: calc(280px / 1.0546 ) !important;
        height: 300px !important;
    }
}
@media (max-width: 449px) and (max-height: 300px) {
    .fancyView360 .fancybox__content {
        width: calc(230px / 1.0546 ) !important;
        height: 250px !important;
    }
}

